diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:47:02 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2012-02-26 17:47:02 +0000 |
commit | f3b014b8b343315457493165625c12f33894a09f (patch) | |
tree | 6d80a36e7cefaaf561bfb5fb395b790a950947ed /www/caudium14/Makefile | |
parent | e98041c167a30e7d3536d866f7131605680e5257 (diff) | |
download | ports-f3b014b8b343315457493165625c12f33894a09f.tar.gz ports-f3b014b8b343315457493165625c12f33894a09f.zip |
- Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
audio/cd2mp3 [1]
audio/mp3unicode [2]
databases/spatialite [3]
deskutils/aspostit
devel/bennugd-modules [4]
net/hinfo
www/caudium14 [5]
Approved by: shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
Notes
Notes:
svn path=/head/; revision=292274
Diffstat (limited to 'www/caudium14/Makefile')
-rw-r--r-- | www/caudium14/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/caudium14/Makefile b/www/caudium14/Makefile index 258b8b09ab15..c9eed31b1432 100644 --- a/www/caudium14/Makefile +++ b/www/caudium14/Makefile @@ -16,9 +16,9 @@ DISTNAME= caudium-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= A free webserver based on the Roxen Challenger 1.3 code base -BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76/ -LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron/ -RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof/ +BUILD_DEPENDS= pike76:${PORTSDIR}/lang/pike76 +LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron +RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof USE_BZIP2= yes USE_GMAKE= yes |