aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2003-01-05 00:17:27 +0800
committerseanc <seanc@FreeBSD.org>2003-01-05 00:17:27 +0800
commitd06672f851077c30382cf17568a1ce424c4865b7 (patch)
tree561b9c096c5534818e66fa6643882ab83c033878 /www/mod_php4
parentea7f8d054c983e07a8cf26bda7c96a114abd2c6d (diff)
downloadfreebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.tar.gz
freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.tar.zst
freebsd-ports-gnome-d06672f851077c30382cf17568a1ce424c4865b7.zip
Missed configure scripts in libpq version bump: chase lib version.
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