diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-02-26 08:38:24 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-02-26 08:38:24 +0000 |
commit | 652927327811c37e4ad2f56825c2f98568b6a40d (patch) | |
tree | ab9189a5515b2a163fa8b2b5c53f29b988201efc /databases/adodb | |
parent | 843119a5eb347b9831809920a909b7976ca52e8c (diff) | |
download | ports-652927327811c37e4ad2f56825c2f98568b6a40d.tar.gz ports-652927327811c37e4ad2f56825c2f98568b6a40d.zip |
Notes
Diffstat (limited to 'databases/adodb')
-rw-r--r-- | databases/adodb/Makefile | 5 |
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 |