1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

replace dependency on apache with USE_APACHE

This commit is contained in:
Edwin Groothuis 2004-01-10 10:28:48 +00:00
parent d40981d556
commit ec56618aab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97861

View File

@ -13,11 +13,11 @@ MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/mantisbt/
MAINTAINER= gioria@FreeBSD.org MAINTAINER= gioria@FreeBSD.org
COMMENT= A bug tracking system written in PHP COMMENT= A bug tracking system written in PHP
RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/lang/php4
${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/lang/php4
NO_BUILD= yes NO_BUILD= yes
USE_MYSQL= yes USE_MYSQL= yes
USE_APACHE= yes
do-install: do-install:
${ECHO} "Installing in ${PREFIX}/www/data/mantis" ${ECHO} "Installing in ${PREFIX}/www/data/mantis"