summaryrefslogtreecommitdiffstats
path: root/ftp/wget/SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/SUB_DEPENDS')
-rwxr-xr-xftp/wget/SUB_DEPENDS4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wget/SUB_DEPENDS b/ftp/wget/SUB_DEPENDS
index 0c452891ef..a086a33df9 100755
--- a/ftp/wget/SUB_DEPENDS
+++ b/ftp/wget/SUB_DEPENDS
@@ -1,11 +1,11 @@
case $THIS_SUB_DEPENDS in
SSL) message "wget with SSL backend is requested, forcing it" &&
persistent_remove WGET_SSL &&
- config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" gnutls openssl &&
+ config_query_list WGET_SSL "Which SSL backend do you want for https and ftps?" gnutls SSL &&
case $WGET_SSL in
gnutls) depends gnutls "--with-ssl=gnutls"
;;
- openssl) depends openssl "--with-ssl=openssl"
+ SSL) depends SSL "--with-ssl=openssl"
;;
esac
;;