Fix depends with apache2 installed.
PR: ports/43227, ports/44466 Submitted by: Jason Li <delphij@frontfree.net>, maintainer
This commit is contained in:
parent
e9970c7136
commit
c5293932b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69062
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue