summaryrefslogtreecommitdiffstats
path: root/news/nntpswitch
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
committermat <mat@FreeBSD.org>2004-05-25 09:19:42 +0000
commit62b577313b0d65704b72bd2d1187e3bf4df38994 (patch)
tree3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /news/nntpswitch
parentef91dce1482e4d516f495a75898806dc3c98d5e6 (diff)
downloadFreeBSD-ports-62b577313b0d65704b72bd2d1187e3bf4df38994.zip
FreeBSD-ports-62b577313b0d65704b72bd2d1187e3bf4df38994.tar.gz
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/nntpswitch')
-rw-r--r--news/nntpswitch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nntpswitch/Makefile b/news/nntpswitch/Makefile
index 6915bbb..4a0b1d9 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
OpenPOWER on IntegriCloud