Fix depends with apache2 installed.

PR:		ports/43227, ports/44466
Submitted by:	Jason Li <delphij@frontfree.net>, maintainer
This commit is contained in:
Patrick Li 2002-10-28 23:21:45 +00:00
parent e9970c7136
commit c5293932b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69062

View file

@ -13,7 +13,11 @@ MASTER_SITE_SUBDIR= squirrelmail
MAINTAINER= simond@irrelevant.org
.if defined(WITH_APACHE2)
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.endif
USE_BZIP2= yes
NO_BUILD= yes