diff options
author | johans <johans@FreeBSD.org> | 2014-06-07 18:00:54 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2014-06-07 18:00:54 +0800 |
commit | 86b5c23dd0d7589b0480e2056ec5ef22cd661c42 (patch) | |
tree | f149294285561a0844cf932f694492bfb0e4aa64 /www/caudium14 | |
parent | bf2f0e1a8610d06c5ec39098bc4a2a60a31cdd15 (diff) | |
download | freebsd-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/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> |