From 854109b51ee2fe3d0c30fddf7cb8ec55c9e1ce0a Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sat, 4 Jan 2003 16:17:27 +0000 Subject: Missed configure scripts in libpq version bump: chase lib version. --- www/mod_php3/scripts/configure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/mod_php3/scripts/configure.php') diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index a974db6a1f86..f46e1ffa0547 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -94,7 +94,8 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" ;; \"PostgreSQL\") - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" + echo "POSTGRESQL_PORT?= databases/postgresql7" + echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}" echo "CONFIGURE_ARGS+=--with-pgsql=\${PREFIX}" if /usr/bin/ldd ${PREFIX}/bin/postgres | /usr/bin/grep -q "libssl"; then LIBS="-lcrypto -lssl" -- cgit v1.2.3