aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-12-17 03:10:23 +0800
committerzeising <zeising@FreeBSD.org>2013-12-17 03:10:23 +0800
commit7f721f3718cec0f7616808386f9e2181b472a6c7 (patch)
tree1834800f5fc769d34d6d390fc916cb823cc594ef
parent0a928d43b97932871186e8e5138456934cedf11f (diff)
downloadfreebsd-ports-gnome-7f721f3718cec0f7616808386f9e2181b472a6c7.tar.gz
freebsd-ports-gnome-7f721f3718cec0f7616808386f9e2181b472a6c7.tar.zst
freebsd-ports-gnome-7f721f3718cec0f7616808386f9e2181b472a6c7.zip
Fix includes so that portrevision gets set properly.
Noted by: Christian Weisgerber <naddy@mips.inka.de>
-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>