diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 13:58:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 13:58:29 +0800 |
commit | d416cf0e8f14be603d858113ba78867f4ad55b36 (patch) | |
tree | 29ee4cd37faba64f640c059e2ece38a754d22094 /www | |
parent | 2c2f594bffdbfaa048a0c8e7c15d6db8504403fa (diff) | |
download | freebsd-ports-graphics-d416cf0e8f14be603d858113ba78867f4ad55b36.tar.gz freebsd-ports-graphics-d416cf0e8f14be603d858113ba78867f4ad55b36.tar.zst freebsd-ports-graphics-d416cf0e8f14be603d858113ba78867f4ad55b36.zip |
BROKEN: Does not compile on 5.x
Diffstat (limited to 'www')
-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 f5298bf5dec..ef0104da1c7 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> |