From 8bd72777a4c62e7a72deeaccf48b09793a3967aa Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 17 Aug 2006 08:41:33 +0000 Subject: Utilize USE_SQLITE. --- 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 8138489a3d86..81a83b5350ee 100644 --- a/net-mgmt/pmacct/Makefile +++ b/net-mgmt/pmacct/Makefile @@ -50,7 +50,7 @@ PLIST_SUB+= WITH_PGSQL="@comment " .endif .if defined(WITH_SQLITE) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +USE_SQLITE= yes CONFIGURE_ARGS+=--enable-sqlite3 \ --with-sqlite3-includes=${LOCALBASE}/include .else -- cgit