aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-07 12:30:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-07 12:30:47 +0000
commit8c21fb967119739aead4646340254080cd0b8607 (patch)
tree0f6140479e5fb59b40028444a41af9db434dd419 /www
parent72b39e6deef79f833ed4e0642ffd80861c53caad (diff)
downloadports-8c21fb967119739aead4646340254080cd0b8607.tar.gz
ports-8c21fb967119739aead4646340254080cd0b8607.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/caudium-devel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/caudium-devel/Makefile b/www/caudium-devel/Makefile
index 10485c617fdb..3cb54920c4cf 100644
--- a/www/caudium-devel/Makefile
+++ b/www/caudium-devel/Makefile
@@ -39,6 +39,12 @@ USE_GMAKE= yes
PLIST_SUB+= PIKEVERSION=${PIKEVERSION}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
@${ECHO} ${CONFIGURE_ENV}
@${ECHO} ${CONFIGURE_ARGS}
@@ -52,4 +58,4 @@ post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>