aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-02-26 16:38:24 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-02-26 16:38:24 +0800
commit45b518a72c8f7424e449c30657ceab46fa77a0d2 (patch)
tree69b793e565e4d454b0d9adbf4faa4601dc1d4ab0 /databases
parenteb6150cc046eef85164b246ec3bf6ff422b3dbdd (diff)
downloadfreebsd-ports-gnome-45b518a72c8f7424e449c30657ceab46fa77a0d2.tar.gz
freebsd-ports-gnome-45b518a72c8f7424e449c30657ceab46fa77a0d2.tar.zst
freebsd-ports-gnome-45b518a72c8f7424e449c30657ceab46fa77a0d2.zip
Make Apache2 + php happier.
Diffstat (limited to 'databases')
-rw-r--r--databases/adodb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index 3a51d23036d1..9654d8d57d19 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -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