diff options
author | pav <pav@FreeBSD.org> | 2007-01-31 21:52:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-31 21:52:41 +0800 |
commit | 269f1ef932b661373634f1fa8816282c5846aa89 (patch) | |
tree | de277470175eaadaa68c67513038b423dd16cd9a /www/caudium14 | |
parent | 6a303521748a04171fcb997ad3f59e3d228f1463 (diff) | |
download | freebsd-ports-gnome-269f1ef932b661373634f1fa8816282c5846aa89.tar.gz freebsd-ports-gnome-269f1ef932b661373634f1fa8816282c5846aa89.tar.zst freebsd-ports-gnome-269f1ef932b661373634f1fa8816282c5846aa89.zip |
- Replace DEPENDS, which are about to be removed
Tested on: pointyhat
With hat: portmgr
Diffstat (limited to 'www/caudium14')
-rw-r--r-- | www/caudium14/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index c009d855cda6..e82e0f71bbf8 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -7,6 +7,7 @@ PORTNAME= caudium12 PORTVERSION= 1.2.34 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.caudium.net/caudium/source/ \ ftp://ftp.oav.net/caudium/source/ @@ -15,10 +16,11 @@ DISTNAME= caudium-${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= A free webserver which is based on the Roxen Challenger 1.3 code base -BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ +BUILD_DEPENDS= pike:${PORTSDIR}/lang/pike72/ \ + pexts>0:${PORTSDIR}/lang/pexts/ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/ -DEPENDS= ${PORTSDIR}/lang/pexts/ +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/ \ + pexts>0:${PORTSDIR}/lang/pexts/ WRKSRC= ${WRKDIR}/${DISTNAME} |