Make phppgadmin play nice with apache2
PR: 43225 Submitted by: Jason Li <delphij@frontfree.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user