aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-05-21 22:14:53 +0800
committerpi <pi@FreeBSD.org>2017-05-21 22:14:53 +0800
commit4fee44e6d74aa1484a3e0ea8baec4d7f841055d3 (patch)
treed42cb68b51acab8495ed30c33cef7b86d54c4f17 /net-mgmt/pmacct
parentfc39409b96e1c49f3424377c42c88367ea1ad016 (diff)
downloadfreebsd-ports-gnome-4fee44e6d74aa1484a3e0ea8baec4d7f841055d3.tar.gz
freebsd-ports-gnome-4fee44e6d74aa1484a3e0ea8baec4d7f841055d3.tar.zst
freebsd-ports-gnome-4fee44e6d74aa1484a3e0ea8baec4d7f841055d3.zip
net-mgmt/pmacct: Fix build with SQLITE3 enabled
PR: 219365 Submitted by: jeremy@smart-serv.net
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r--net-mgmt/pmacct/Makefile2
1 files changed, 1 insertions, 1 deletions
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=""