diff options
Diffstat (limited to 'textproc/cocoon/Makefile')
-rw-r--r-- | textproc/cocoon/Makefile | 8 |
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> |