diff --git a/ftp/wget/SUB_DEPENDS b/ftp/wget/SUB_DEPENDS
index ddedadb..a086a33 100755
--- a/ftp/wget/SUB_DEPENDS
+++ b/ftp/wget/SUB_DEPENDS
@@ -5,7 +5,7 @@ case $THIS_SUB_DEPENDS in
case $WGET_SSL in
gnutls) depends gnutls "--with-ssl=gnutls"
;;
- SSL) depends openssl "--with-ssl=openssl"
+ SSL) depends SSL "--with-ssl=openssl"
;;
esac
;;
diff --git a/printer/cups/CONFIGURE b/printer/cups/CONFIGURE
index 2b3c16d..4a0a367 100755
--- a/printer/cups/CONFIGURE
+++ b/printer/cups/CONFIGURE
@@ -7,11 +7,8 @@ if [[ $EXTRA_LANG == y ]]; then
all de es fr ja pl sv
fi &&
-config_query_option CUPS_OPTS \
- "Do you want to use network default printers" \
- y \
- '--enable-use-network-default' \
- '--disable-use-network-default' &&
+config_query_list CUPS_SSL "Which SSL backend do you want for https and
ftps?" none gnutls SSL &&
+
config_query_option CUPS_OPTS \
"Do you want to enable raw printing" \
n \
diff --git a/printer/cups/DEPENDS b/printer/cups/DEPENDS
index 4a7fc7c..1713424 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -41,15 +41,11 @@ optional_depends "linux-pam" \
"--disable-pam" \
"for pluggable authentication" &&