aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-21 05:58:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-21 05:58:29 +0000
commitbdbe5b456e89518d7bcaa5b4ea68024c0f5355c4 (patch)
treee58e0e7557ca0933eb051f193c5cf7b9806ee061 /textproc
parente317ce57acf5daf58f0c7165eb9169f5eaf22862 (diff)
downloadports-bdbe5b456e89518d7bcaa5b4ea68024c0f5355c4.tar.gz
ports-bdbe5b456e89518d7bcaa5b4ea68024c0f5355c4.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/cocoon/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>