git: 8356ac7d3586 - main - www/aria2: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 05:49:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8356ac7d358601b037d557e7c9c1283d45c1fafb
commit 8356ac7d358601b037d557e7c9c1283d45c1fafb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:36:35 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 05:36:35 +0000
www/aria2: Cosmetic change
---
www/aria2/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index c2472441a684..fd094488dd59 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz
-CPE_VENDOR= aria2_project
-
CONFIGURE_ARGS= --disable-epoll \
--enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \
--with-disk-cache=${ARIA2_DISK_CACHE} \
@@ -34,6 +32,8 @@ PORTDOCS= *
ARIA2_DISK_CACHE?= 16M
+CPE_VENDOR= aria2_project
+
OPTIONS_DEFINE= CA_BUNDLE CARES DOCS LIBUV NLS SQLITE SSH2 STATIC
OPTIONS_SINGLE= XML
OPTIONS_SINGLE_XML= EXPAT LIBXML2