From 62b577313b0d65704b72bd2d1187e3bf4df38994 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 25 May 2004 09:19:42 +0000 Subject: 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 --- mail/dbmail20/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/dbmail20') diff --git a/mail/dbmail20/Makefile b/mail/dbmail20/Makefile index 68cf5f26d30e..7d1b2fa1d9de 100644 --- a/mail/dbmail20/Makefile +++ b/mail/dbmail20/Makefile @@ -24,7 +24,7 @@ USE_OPENSSL= YES .if defined(WITH_PGSQL) CONFIGURE_ARGS+= --with-pgsql -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql-client +LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7 DATABASE= postgresql PLIST_SUB+= PGSQL="" PLIST_SUB+= MYSQL="@comment " -- cgit