diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:46:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:46:41 +0000 |
commit | 875ee8ea4fe7d18fbafd05f5ebe9765a9eb40f86 (patch) | |
tree | 3fb8b425a6af64aa676987d549dd618c8ce5e190 /lang/yarv | |
parent | BROKEN on sparc64: Does not build (diff) |
BROKEN on 5.x: Does not build
Diffstat (limited to 'lang/yarv')
-rw-r--r-- | lang/yarv/Makefile | 4 |
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 |