Make Apache2 + php happier.

This commit is contained in:
Foxfair Hu 2003-02-26 08:38:24 +00:00
parent 843119a5eb
commit 6529273278
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76488

View file

@ -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