aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-ati
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-12-16 19:10:23 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-12-16 19:10:23 +0000
commit092c9db9f01c5be273a6c4802ed6ee94ec1910e9 (patch)
tree1834800f5fc769d34d6d390fc916cb823cc594ef /x11-drivers/xf86-video-ati
parente62971ee0aaf5413ca123b175f49862e9d115325 (diff)
downloadports-092c9db9f01c5be273a6c4802ed6ee94ec1910e9.tar.gz
ports-092c9db9f01c5be273a6c4802ed6ee94ec1910e9.zip
Fix includes so that portrevision gets set properly.
Noted by: Christian Weisgerber <naddy@mips.inka.de>
Notes
Notes: svn path=/head/; revision=336658
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/Makefile b/x11-drivers/xf86-video-ati/Makefile
index 077caa18b9a1..775ea77b5543 100644
--- a/x11-drivers/xf86-video-ati/Makefile
+++ b/x11-drivers/xf86-video-ati/Makefile
@@ -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__radeon_kms.c
PLIST_SUB+= OLD="@comment "
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>