summaryrefslogtreecommitdiff
path: root/lang/php4/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
commit4031a6967c572131286ac61cc1b11872a57cd37d (patch)
tree714c4a22b469826dcc0386922e90e2c36f96e684 /lang/php4/Makefile
parentAdd minisapserver 0.2.3, SAP and SLP announcement for the VLC Media (diff)
Remove databases/postgresql-client because there can't be a -server, and having
it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
Diffstat (limited to 'lang/php4/Makefile')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 08d8a3027bc1..5e7ba24a4227 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -448,7 +448,7 @@ CONFIGURE_ARGS+=--enable-posix
.endif
.if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?= databases/postgresql-client
+POSTGRESQL_PORT?= databases/postgresql7
LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
.endif