diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 13:52:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-31 13:52:41 +0000 |
commit | f4ec9c6ead3b8e182d8d38b1a298bf069656bb6c (patch) | |
tree | 32347259980b6b9796b687a62e11b06502a78feb /www/caudium14 | |
parent | - Grammar fixup on latest entry (diff) |
- Replace DEPENDS, which are about to be removed
Tested on: pointyhat
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=183767
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} |