aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-05-25 17:19:42 +0800
committermat <mat@FreeBSD.org>2004-05-25 17:19:42 +0800
commit62b577313b0d65704b72bd2d1187e3bf4df38994 (patch)
tree3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /news
parentef91dce1482e4d516f495a75898806dc3c98d5e6 (diff)
downloadfreebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.gz
freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.zst
freebsd-ports-gnome-62b577313b0d65704b72bd2d1187e3bf4df38994.zip
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 'news')
-rw-r--r--news/nntpswitch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpswitch/Makefile b/news/nntpswitch/Makefile
index 6915bbbbb9f9..4a0b1d9e1aa3 100644
--- a/news/nntpswitch/Makefile
+++ b/news/nntpswitch/Makefile
@@ -38,7 +38,7 @@ PLIST_FILES+= lib/libauth_mysql.so
.endif
.if defined(WITH_POSTGRESQL)
-LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client
+LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
ALL_TARGET+= postgres
PLIST_FILES+= lib/libauth_postgres.so
.endif