aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-04-22 09:46:41 +0800
committerkris <kris@FreeBSD.org>2007-04-22 09:46:41 +0800
commit9152d5922cd3ff7477307d03e535825df476a525 (patch)
treea66455c86091aca535bf8a2e416b27e4533148e7 /lang
parent104b7032af911030d1ee85bd1981f7126b895777 (diff)
downloadfreebsd-ports-gnome-9152d5922cd3ff7477307d03e535825df476a525.tar.gz
freebsd-ports-gnome-9152d5922cd3ff7477307d03e535825df476a525.tar.zst
freebsd-ports-gnome-9152d5922cd3ff7477307d03e535825df476a525.zip
BROKEN on 5.x: Does not build
Diffstat (limited to 'lang')
-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