diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 16:09:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-06 16:09:09 +0000 |
commit | b4cc89c948bad1f45b232b57fcee0f45d949d8bb (patch) | |
tree | 16a5f6c6b8b7689462eb9b868380c48efb79d571 | |
parent | devel/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/Makefile | 5 |
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 |