summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 16:09:09 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 16:09:09 +0000
commitb4cc89c948bad1f45b232b57fcee0f45d949d8bb (patch)
tree16a5f6c6b8b7689462eb9b868380c48efb79d571
parentdevel/py-stdnum: 1.2 -> 1.3 (diff)
- Use *_CONFIGURE_WITH
- Use USES=sqlite
Notes
Notes: svn path=/head/; revision=410463
-rw-r--r--www/aria2/Makefile5
1 files changed, 2 insertions, 3 deletions
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