Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 19:10:23 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336658 - head/x11-drivers/xf86-video-ati
Message-ID:  <201312161910.rBGJANG6075424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Dec 16 19:10:23 2013
New Revision: 336658
URL: http://svnweb.freebsd.org/changeset/ports/336658

Log:
  Fix includes so that portrevision gets set properly.
  
  Noted by:	Christian Weisgerber <naddy@mips.inka.de>

Modified:
  head/x11-drivers/xf86-video-ati/Makefile

Modified: head/x11-drivers/xf86-video-ati/Makefile
==============================================================================
--- head/x11-drivers/xf86-video-ati/Makefile	Mon Dec 16 18:57:31 2013	(r336657)
+++ head/x11-drivers/xf86-video-ati/Makefile	Mon Dec 16 19:10:23 2013	(r336658)
@@ -12,7 +12,7 @@ USE_GL=		gl
 XORG_CAT=	driver
 USE_XORG=	xf86driproto xineramaproto xf86miscproto glproto
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
 ATI_VERSION=	6.14.6
@@ -27,4 +27,4 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-src__r
 PLIST_SUB+=	OLD="@comment "
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312161910.rBGJANG6075424>