summaryrefslogtreecommitdiff
path: root/databases/libdbi-drivers
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 /databases/libdbi-drivers
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
Notes
Notes: svn path=/head/; revision=109952
Diffstat (limited to 'databases/libdbi-drivers')
-rw-r--r--databases/libdbi-drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile
index f94360ec5ead..629168df3f95 100644
--- a/databases/libdbi-drivers/Makefile
+++ b/databases/libdbi-drivers/Makefile
@@ -33,7 +33,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
-LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql-client
+LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+= --with-pgsql
PLIST_SUB+= PGSQL=""
.else