From 875ee8ea4fe7d18fbafd05f5ebe9765a9eb40f86 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 22 Apr 2007 01:46:41 +0000 Subject: [PATCH] BROKEN on 5.x: Does not build --- lang/yarv/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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