aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pmacct
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:31:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-01-10 16:31:33 +0000
commitaf904205006e1bcaf40e96e91da887b0b98300d8 (patch)
tree45355dccba19623f8780fff011f8b7e1a576c0e2 /net-mgmt/pmacct
parent553a47640510b57796e3127bb174d6e9fddf8e91 (diff)
downloadports-af904205006e1bcaf40e96e91da887b0b98300d8.tar.gz
ports-af904205006e1bcaf40e96e91da887b0b98300d8.zip
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird
Notes
Notes: svn path=/head/; revision=405719
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 992b6c113208..4b61b5b49b26 100644
--- a/net-mgmt/pmacct/Makefile
+++ b/net-mgmt/pmacct/Makefile
@@ -51,7 +51,7 @@ PLIST_SUB+= WITH_PGSQL="@comment "
.endif
.if ${PORT_OPTIONS:MSQLITE}
-USE_SQLITE= yes
+USES+= sqlite
CONFIGURE_ARGS+=--enable-sqlite3 \
--with-sqlite3-includes=${LOCALBASE}/include
.else