summaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-23 20:23:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-23 20:23:38 +0000
commit6de27198de1d9ad1e7d1f0292c03d3447fb33217 (patch)
tree48b029d1c9673c3c556b5f01d14ad80ad0dec1e7 /x11-drivers
parentRemove the NLS hooks I missed in the initial commit. NLS support is (diff)
- Mark BROKEN on 6.X/amd64: does not compile
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=254906
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nouveau/Makefile8
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>