diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-07 00:09:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-07 00:09:09 +0800 |
commit | d0e7de859633021b6dc42cd253c18d32b2e283e1 (patch) | |
tree | 16a5f6c6b8b7689462eb9b868380c48efb79d571 /www | |
parent | 21309458dbf97045d9a0a93214e7eb2d79366f39 (diff) | |
download | freebsd-ports-gnome-d0e7de859633021b6dc42cd253c18d32b2e283e1.tar.gz freebsd-ports-gnome-d0e7de859633021b6dc42cd253c18d32b2e283e1.tar.zst freebsd-ports-gnome-d0e7de859633021b6dc42cd253c18d32b2e283e1.zip |
- Use *_CONFIGURE_WITH
- Use USES=sqlite
Diffstat (limited to 'www')
-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 |