diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:31:33 +0000 |
commit | af904205006e1bcaf40e96e91da887b0b98300d8 (patch) | |
tree | 45355dccba19623f8780fff011f8b7e1a576c0e2 /net-mgmt/pmacct | |
parent | 553a47640510b57796e3127bb174d6e9fddf8e91 (diff) |
Notes
Diffstat (limited to 'net-mgmt/pmacct')
-rw-r--r-- | net-mgmt/pmacct/Makefile | 2 |
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 |