diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-20 19:35:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-06-20 19:35:35 +0000 |
commit | 60f33d8bcee3be61c657840047c747a001b5a8be (patch) | |
tree | 9bb3204ff1fbabe609cd2b014b74fda17b179735 /www/aria2 | |
parent | 4c080797208375b412bdda4cf83b0feedde2dac9 (diff) | |
download | ports-60f33d8bcee3be61c657840047c747a001b5a8be.tar.gz ports-60f33d8bcee3be61c657840047c747a001b5a8be.zip |
Notes
Diffstat (limited to 'www/aria2')
-rw-r--r-- | www/aria2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index c401c766fe67..49b9d37d4b21 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -3,6 +3,7 @@ PORTNAME= aria2 PORTVERSION= 1.33.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/release-${PORTVERSION}/ \ LOCAL/sunpoet @@ -14,7 +15,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= CA_BUNDLE CARES DOCS NLS SQLITE SSH2 -OPTIONS_DEFAULT=SQLITE +OPTIONS_DEFAULT=CA_BUNDLE SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project SSH2_DESC= SSH2 protocol support |