From 4fee44e6d74aa1484a3e0ea8baec4d7f841055d3 Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 21 May 2017 14:14:53 +0000 Subject: net-mgmt/pmacct: Fix build with SQLITE3 enabled PR: 219365 Submitted by: jeremy@smart-serv.net --- 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 6ee1ad00ef9d..34e67bfa115f 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -65,7 +65,7 @@ PLIST_SUB+= WITH_PGSQL="@comment " .endif .if ${PORT_OPTIONS:MSQLITE3} -USES+= sqlite +USES+= pkgconfig sqlite CONFIGURE_ARGS+=--enable-sqlite3 \ --with-sqlite3-includes=${LOCALBASE}/include PLIST_SUB+= WITH_SQLITE3="" -- cgit