From ca9d0e2291f677879c1b36a416eb2ad271850cbc Mon Sep 17 00:00:00 2001 From: girgen Date: Mon, 31 Jan 2005 00:35:55 +0000 Subject: Split the postgresql ports into a server and a client part. All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) --- net-mgmt/pmacct/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-mgmt/pmacct') diff --git a/net-mgmt/pmacct/Makefile b/net-mgmt/pmacct/Makefile index d33e30b2ec2b..bb35d9eef90a 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -23,7 +23,7 @@ PLIST_SUB+= WITH_MYSQL="@comment " .endif .if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 +USE_PGSQL= yes CONFIGURE_ARGS+=--enable-pgsql PLIST_SUB+= WITH_PGSQL="" .else -- cgit