summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorIsmael Luceno2022-10-13 18:27:30 +0200
committerIsmael Luceno2022-10-13 18:28:30 +0200
commit9331bb319377b1a5c13af3859abda1ff602032e6 (patch)
tree2e002c3871b8d2ffa31ee771f9abd4bbf9e0d12e /ftp
parentb0f84e067384550ad5bd0e60ffbe8a59e827ae40 (diff)
aria2: Add optional dep on libssh2
Diffstat (limited to 'ftp')
-rwxr-xr-xftp/aria2/DEPENDS3
-rw-r--r--ftp/aria2/HISTORY1
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/aria2/DEPENDS b/ftp/aria2/DEPENDS
index a295999572..9984757110 100755
--- a/ftp/aria2/DEPENDS
+++ b/ftp/aria2/DEPENDS
@@ -14,5 +14,8 @@ optional_depends ca-certificates \
"--with-ca-bundle='${INSTALL_ROOT}/etc/ssl/certs/ca-certificates.crt'" \
"" \
"Do you want certificate support?" &&
+optional_depends libssh2 \
+ --{with,without}-libssh2 \
+ 'for SFTP support' &&
depends -sub CXX gcc &&
depends zlib
diff --git a/ftp/aria2/HISTORY b/ftp/aria2/HISTORY
index eb3caeaca6..678bb1b26b 100644
--- a/ftp/aria2/HISTORY
+++ b/ftp/aria2/HISTORY
@@ -1,5 +1,6 @@
2022-10-13 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 1.36.0
+ * DEPENDS: added optional dep on libssh2
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)