diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-05 04:55:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-05 04:55:20 +0800 |
commit | 5836d268e169af5797a0570194d2b2389385c00b (patch) | |
tree | e72d2b519ff6d893a7ddc10fda17b49594f0070f /lang | |
parent | 785cb85c9324112730a05ac72e9142dc1dadea11 (diff) | |
download | freebsd-ports-gnome-5836d268e169af5797a0570194d2b2389385c00b.tar.gz freebsd-ports-gnome-5836d268e169af5797a0570194d2b2389385c00b.tar.zst freebsd-ports-gnome-5836d268e169af5797a0570194d2b2389385c00b.zip |
PR: 59958
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index f14bab4ef8ea..2f24f3ebeb92 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -427,7 +427,7 @@ CONFIGURE_ARGS+=--enable-posix .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 diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 6db664cdd1b6..7a672e0835c7 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -406,7 +406,7 @@ CONFIGURE_ARGS+=--enable-posix .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 diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 6db664cdd1b6..7a672e0835c7 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -406,7 +406,7 @@ CONFIGURE_ARGS+=--enable-posix .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 |