From d0e7de859633021b6dc42cd253c18d32b2e283e1 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 6 Mar 2016 16:09:09 +0000 Subject: - Use *_CONFIGURE_WITH - Use USES=sqlite --- www/aria2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/aria2/Makefile b/www/aria2/Makefile index d44685e6ee71..5364682fed21 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -48,9 +48,8 @@ NLS_CONFIGURE_OFF= --disable-nls --without-libintl-prefix NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} NLS_LDFLAGS= -lintl NLS_USES= gettext localbase -SQLITE_CONFIGURE_OFF= --without-sqlite3 -SQLITE_CONFIGURE_ON= --with-sqlite3 -SQLITE_USE= SQLITE=yes +SQLITE_CONFIGURE_WITH= sqlite3 +SQLITE_USES= sqlite ARIA2_DISK_CACHE?= 16M -- cgit