Make phppgadmin play nice with apache2

PR:		43225
Submitted by:	Jason Li <delphij@frontfree.net>
This commit is contained in:
Neil Blakey-Milner
2003-01-09 14:39:14 +00:00
parent 12d17128d4
commit 262d54a9a2

View File

@@ -15,7 +15,11 @@ DISTNAME= phpPgAdmin_${PORTVERSION:S/./-/g}
MAINTAINER= nbm@FreeBSD.org
.if !defined(WITH_PHP3)
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
.else
RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3
.endif