diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/caudium14/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index bb10f4fdec6a..0389af96a7f5 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -2,24 +2,22 @@ # $FreeBSD$ PORTNAME= caudium14 -PORTVERSION= 1.4.18 -PORTREVISION= 1 +PORTVERSION= ${DISTVERSION}.${PIKEVERSION} +DISTVERSION= 1.4.18 CATEGORIES= www MASTER_SITES= http://caudium.googlecode.com/files/ -DISTNAME= Caudium-${PORTVERSION} +DISTNAME= Caudium-${DISTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Free webserver based on the Roxen Challenger 1.3 code base -BROKEN= Fails to build - BUILD_DEPENDS= pike78:${PORTSDIR}/lang/pike78 LIB_DEPENDS= libsablot.so:${PORTSDIR}/textproc/sablotron RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof USES= tar:bzip2 gmake -PIKEVERSION= 7.8.852 +# Pike version included from lang/pike78 SUB_LIST+= PIKEVERSION=${PIKEVERSION} PLIST_SUB+= PIKEVERSION=${PIKEVERSION} @@ -56,4 +54,5 @@ post-configure: . endfor .endif +.include "../../lang/pike78/Makefile.common" .include <bsd.port.post.mk> |