summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
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>