summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 22:27:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 22:27:52 +0000
commitb4924bebca8347f6b2faa122eff6a8a26d328568 (patch)
treee10f60bacc036eb4dae4cdd9d4c71897ff7b247c
parentBento fix for p3scan (diff)
BROKEN: Does not compile
Notes
Notes: svn path=/head/; revision=101620
-rw-r--r--www/caudium-devel/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/caudium-devel/Makefile b/www/caudium-devel/Makefile
index 3cb54920c4cf..b26df991980e 100644
--- a/www/caudium-devel/Makefile
+++ b/www/caudium-devel/Makefile
@@ -21,6 +21,8 @@ DISTNAME= caudium-${PORTVERSION:S/.20/-20/}-cvs
MAINTAINER= kiwi@oav.net
COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base (development branch)
+BROKEN= "Does not compile"
+
BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike74/
LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ \
pcre.0:${PORTSDIR}/devel/pcre/ \
@@ -39,12 +41,6 @@ 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}
@@ -58,4 +54,4 @@ post-install:
@${INSTALL_SCRIPT} ${WRKDIR}/caudium.sh ${PREFIX}/etc/rc.d/caudium.sh.sample
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>