diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-23 20:23:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-23 20:23:38 +0000 |
commit | 6de27198de1d9ad1e7d1f0292c03d3447fb33217 (patch) | |
tree | 48b029d1c9673c3c556b5f01d14ad80ad0dec1e7 /x11-drivers | |
parent | 449ab6e952312cdcd332850eb08be4dee6b60cfc (diff) | |
download | ports-6de27198de1d9ad1e7d1f0292c03d3447fb33217.tar.gz ports-6de27198de1d9ad1e7d1f0292c03d3447fb33217.zip |
Notes
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nouveau/Makefile b/x11-drivers/xf86-video-nouveau/Makefile index 3b523be26344..809500a8a311 100644 --- a/x11-drivers/xf86-video-nouveau/Makefile +++ b/x11-drivers/xf86-video-nouveau/Makefile @@ -58,4 +58,10 @@ maint-gen-distfile: ${RM} -rf ${GIT_WORK} .include "Makefile.rev" -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" +BROKEN= does not compile on 6.X +.endif + +.include <bsd.port.post.mk> |