aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-01-10 18:28:48 +0800
committeredwin <edwin@FreeBSD.org>2004-01-10 18:28:48 +0800
commit2596857e450de7a97a956ba718de0a5577a20f8f (patch)
tree0f9aa37d7a640680ef0bcb4b7a90c9c6a974ebd0 /databases
parente54d2572e0d202d6b5738d63e1d301fa3c4ca6dd (diff)
downloadfreebsd-ports-gnome-2596857e450de7a97a956ba718de0a5577a20f8f.tar.gz
freebsd-ports-gnome-2596857e450de7a97a956ba718de0a5577a20f8f.tar.zst
freebsd-ports-gnome-2596857e450de7a97a956ba718de0a5577a20f8f.zip
replace dependency on apache with USE_APACHE
Diffstat (limited to 'databases')
-rw-r--r--databases/mantis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mantis/Makefile b/databases/mantis/Makefile
index 330e70127878..defb7c15f484 100644
--- a/databases/mantis/Makefile
+++ b/databases/mantis/Makefile
@@ -13,11 +13,11 @@ MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/mantisbt/
MAINTAINER= gioria@FreeBSD.org
COMMENT= A bug tracking system written in PHP
-RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
- ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/lang/php4
+RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/lang/php4
NO_BUILD= yes
USE_MYSQL= yes
+USE_APACHE= yes
do-install:
${ECHO} "Installing in ${PREFIX}/www/data/mantis"