svn commit: r336658 - head/x11-drivers/xf86-video-ati

Niclas Zeising zeising at FreeBSD.org
Mon Dec 16 19:10:23 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list