Index: php4/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/php4/Makefile,v retrieving revision 1.38 diff -u -u -r1.38 Makefile --- php4/Makefile 20 Nov 2003 11:07:33 -0000 1.38 +++ php4/Makefile 4 Dec 2003 18:38:57 -0000 @@ -427,7 +427,7 @@ .endif .if defined(WITH_POSTGRESQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif Index: php5/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/php5/Makefile,v retrieving revision 1.33 diff -u -u -r1.33 Makefile --- php5/Makefile 20 Nov 2003 11:10:00 -0000 1.33 +++ php5/Makefile 4 Dec 2003 18:38:57 -0000 @@ -406,7 +406,7 @@ .endif .if defined(WITH_POSTGRESQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7-client +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE} .endif