diff options
author | mat <mat@FreeBSD.org> | 2004-05-25 09:19:42 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-05-25 09:19:42 +0000 |
commit | 62b577313b0d65704b72bd2d1187e3bf4df38994 (patch) | |
tree | 3aaa3e7d1381b695c71a4cab88dd8c6805898ac8 /news/nntpswitch | |
parent | ef91dce1482e4d516f495a75898806dc3c98d5e6 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |