aboutsummaryrefslogtreecommitdiffstats
path: root/www/caudium14
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-06-07 18:00:54 +0800
committerjohans <johans@FreeBSD.org>2014-06-07 18:00:54 +0800
commit86b5c23dd0d7589b0480e2056ec5ef22cd661c42 (patch)
treef149294285561a0844cf932f694492bfb0e4aa64 /www/caudium14
parentbf2f0e1a8610d06c5ec39098bc4a2a60a31cdd15 (diff)
downloadfreebsd-ports-gnome-86b5c23dd0d7589b0480e2056ec5ef22cd661c42.tar.gz
freebsd-ports-gnome-86b5c23dd0d7589b0480e2056ec5ef22cd661c42.tar.zst
freebsd-ports-gnome-86b5c23dd0d7589b0480e2056ec5ef22cd661c42.zip
Make Caudium version automatically depend on the version of Pike 7.8
Diffstat (limited to 'www/caudium14')
-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>