summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2014-06-07 10:00:54 +0000
committerJohan van Selst <johans@FreeBSD.org>2014-06-07 10:00:54 +0000
commite673bfdd9b719cd5771c6f1699cf7e7405eb43ae (patch)
treef149294285561a0844cf932f694492bfb0e4aa64 /www
parent50cf668f961f00fb5ed557e185b57e4f68dced44 (diff)
downloadfreebsd-ports-e673bfdd9b719cd5771c6f1699cf7e7405eb43ae.zip
Make Caudium version automatically depend on the version of Pike 7.8
Diffstat (limited to 'www')
-rw-r--r--www/caudium14/Makefile11
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>