mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
replace dependency on apache with USE_APACHE
This commit is contained in:
parent
d40981d556
commit
ec56618aab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97861
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user