From 7ffa45e82a0064c37b955d17c4fdac743889699d Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 5 Feb 2004 04:17:49 +0000 Subject: BROKEN on 5.x: does not compile --- devel/oniguruma/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/oniguruma') diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index a7701c2..2611fa3 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -25,6 +25,12 @@ INSTALLS_SHLIB= yes DOCS= HISTORY README doc/* +.include + +.if ${OSVERSION} > 502000 +BROKEN= "Does not compile" +.endif + pre-build: ${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/ @@ -38,4 +44,4 @@ post-install: .endfor .endif -.include +.include -- cgit v1.1