From d06672f851077c30382cf17568a1ce424c4865b7 Mon Sep 17 00:00:00 2001 From: seanc Date: Sat, 4 Jan 2003 16:17:27 +0000 Subject: Missed configure scripts in libpq version bump: chase lib version. --- www/mod_php4/scripts/configure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/mod_php4') 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 -- cgit