aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-01-04 16:17:27 +0000
commit854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a (patch)
treef88c389e8df55959ea41553d1092d862b9ce7575 /www/mod_php4
parentbbd86590e0c8f278521f99ec7b9639f9b52a8e2e (diff)
downloadports-854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a.tar.gz
ports-854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a.zip
Notes
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/scripts/configure.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index dd709527cacb..2230696ea58d 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -168,7 +168,8 @@ while [ "$1" ]; do
echo "CONFIGURE_ARGS+=--with-mysql=\${LOCALBASE}"
;;
\"PostgreSQL\")
- echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7"
+ echo "POSTGRESQL_PORT?= databases/postgresql7"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
if [ -x ${LOCALBASE}/pgsql/bin/postgres -a ! -x ${LOCALBASE}/bin/postgres ]; then
PGPREFIX=${LOCALBASE}/pgsql
else