diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 16:52:50 +0000 |
commit | d594ccc94ffa1006a70e7762de037c800e827b24 (patch) | |
tree | acb2244a21cfbea5c6e08351de94411bf3cb322a /x11-drivers/xf86-video-nouveau | |
parent | 0c4a162c976c91f8789cd750fa2dd434fa12864d (diff) | |
download | ports-d594ccc94ffa1006a70e7762de037c800e827b24.tar.gz ports-d594ccc94ffa1006a70e7762de037c800e827b24.zip |
Notes
Diffstat (limited to 'x11-drivers/xf86-video-nouveau')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile index 809500a8a311..0b4dac78c3d6 100644 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -8,7 +8,7 @@ PORTNAME= xf86-video-nouveau PORTVERSION= 0.0.10.${SNAPDATE} DISTVERSIONSUFFIX=.${SNAPREV} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-drivers MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/ @@ -58,10 +58,4 @@ maint-gen-distfile: ${RM} -rf ${GIT_WORK} .include "Makefile.rev" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" -BROKEN= does not compile on 6.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |