Make Apache2 + php happier.
This commit is contained in:
parent
843119a5eb
commit
6529273278
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76488
1 changed files with 4 additions and 1 deletions
|
@ -15,8 +15,11 @@ EXTRACT_SUFX= .tgz
|
|||
MAINTAINER= abgoeree@wish.net
|
||||
COMMENT= A database library for PHP4
|
||||
|
||||
.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
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= YES
|
||||
|
||||
|
|
Loading…
Reference in a new issue