summaryrefslogtreecommitdiffstats
path: root/ftp/aria2/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/aria2/DEPENDS')
-rwxr-xr-xftp/aria2/DEPENDS6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/aria2/DEPENDS b/ftp/aria2/DEPENDS
index 75a7626fbd..a295999572 100755
--- a/ftp/aria2/DEPENDS
+++ b/ftp/aria2/DEPENDS
@@ -1,10 +1,10 @@
depends libxml2 &&
if [[ "$ARIA2_TLS" == "gnutls" ]]
then
-depends gnutls "--with-gnutls --without-openssl"
-elif [[ "$ARIA2_TLS" == "openssl" ]]
+depends gnutls "--with-gnutls --without-opennssl"
+elif [[ "$ARIA2_TLS" == "SSL" ]]
then
-depends openssl "--without-gnutls --with-openssl"
+depends SSL "--without-gnutls --with-openssl"
fi &&
optional_depends libgcrypt \
"" \