diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-21 05:58:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-21 05:58:29 +0000 |
commit | bdbe5b456e89518d7bcaa5b4ea68024c0f5355c4 (patch) | |
tree | e58e0e7557ca0933eb051f193c5cf7b9806ee061 /www/cocoon | |
parent | e317ce57acf5daf58f0c7165eb9169f5eaf22862 (diff) | |
download | ports-bdbe5b456e89518d7bcaa5b4ea68024c0f5355c4.tar.gz ports-bdbe5b456e89518d7bcaa5b4ea68024c0f5355c4.zip |
Notes
Diffstat (limited to 'www/cocoon')
-rw-r--r-- | www/cocoon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/cocoon/Makefile b/www/cocoon/Makefile index f5298bf5dec5..ef0104da1c74 100644 --- a/www/cocoon/Makefile +++ b/www/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> |