diff options
author | zeising <zeising@FreeBSD.org> | 2013-12-17 03:10:23 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-12-17 03:10:23 +0800 |
commit | 7f721f3718cec0f7616808386f9e2181b472a6c7 (patch) | |
tree | 1834800f5fc769d34d6d390fc916cb823cc594ef /x11-drivers | |
parent | 0a928d43b97932871186e8e5138456934cedf11f (diff) | |
download | freebsd-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>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/Makefile | 4 |
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> |