diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 10:28:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 10:28:48 +0000 |
commit | ec56618aabefababcb739e5badf8b3cf9f80252a (patch) | |
tree | 288379a92f38ab416abd3969ece2b9d0a53576c4 /databases/mantis | |
parent | Add port for py-webware 0.8.1, (diff) |
replace dependency on apache with USE_APACHE
Notes
Notes:
svn path=/head/; revision=97861
Diffstat (limited to 'databases/mantis')
-rw-r--r-- | databases/mantis/Makefile | 4 |
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" |