summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:28:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:28:49 +0000
commitc1c60fa0cc9d8aa69211266c06affb7ed14689d0 (patch)
treef7f23b3b1b9fc335ad609dadf4a18fdc1feea620 /devel
parentBROKEN on ia64 and sparc64: Does not compile (diff)
BROKEN on 6.x: Does not compile
Notes
Notes: svn path=/head/; revision=121929
Diffstat (limited to 'devel')
-rw-r--r--devel/sourcenav/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/sourcenav/Makefile b/devel/sourcenav/Makefile
index 4b3c95117884..c56be91500d9 100644
--- a/devel/sourcenav/Makefile
+++ b/devel/sourcenav/Makefile
@@ -25,4 +25,10 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
NO_MTREE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not compile on FreeBSD >= 6.x"
+.endif
+
+.include <bsd.port.post.mk>