summaryrefslogtreecommitdiff
path: root/lang/yarv
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-22 01:46:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-22 01:46:41 +0000
commit875ee8ea4fe7d18fbafd05f5ebe9765a9eb40f86 (patch)
tree3fb8b425a6af64aa676987d549dd618c8ce5e190 /lang/yarv
parentBROKEN on sparc64: Does not build (diff)
BROKEN on 5.x: Does not build
Diffstat (limited to 'lang/yarv')
-rw-r--r--lang/yarv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/yarv/Makefile b/lang/yarv/Makefile
index 406f6fc2ae8e..d60ef4f8395f 100644
--- a/lang/yarv/Makefile
+++ b/lang/yarv/Makefile
@@ -33,6 +33,10 @@ OPTIONS= DEBUG "Enable debugging information" off \
BROKEN= does not build
.endif
+.if ${OSVERSION} < 600000
+BROKEN= Does not build on 5.x
+.endif
+
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+=--enable-ipv6
.if ${OSVERSION} < 500000