From bdbe5b456e89518d7bcaa5b4ea68024c0f5355c4 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 21 May 2004 05:58:29 +0000 Subject: BROKEN: Does not compile on 5.x --- textproc/cocoon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/cocoon/Makefile b/textproc/cocoon/Makefile index f5298bf5dec5..ef0104da1c74 100644 --- a/textproc/cocoon/Makefile +++ b/textproc/cocoon/Makefile @@ -25,6 +25,12 @@ JDIR= ${PREFIX}/share/java/classes CDIR= ${PREFIX}/etc/apache/cocoon SDIR= ${PREFIX}/share/java/cocoon +.include + +.if ${OSVERSION} >= 502112 +BROKEN= "Does not compile on 5.x" +.endif + pre-build: ${CHMOD} a+rx ${WRKSRC}/build.sh @@ -60,4 +66,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3