aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-05-21 14:14:53 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-05-21 14:14:53 +0000
commitf7e254ad383cfc3a4210cd1a16dd41cd7ab252ae (patch)
treed42cb68b51acab8495ed30c33cef7b86d54c4f17 /net-mgmt/pmacct
parent65f2e41ca338ea8b6ad58e068db6b8d7df069d6e (diff)
downloadports-f7e254ad383cfc3a4210cd1a16dd41cd7ab252ae.tar.gz
ports-f7e254ad383cfc3a4210cd1a16dd41cd7ab252ae.zip
Notes
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=""