optional_depends libxml2 "" "--with-included-libxml" "use system libxml2" &&
-if is_depends enabled $SPELL libxml2;then
+if is_depends_enabled $SPELL libxml2;then
if is_depends_enabled libxml2 icu;then
depends icu
fi
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index fcd1bc7..2e74002 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,6 @@
+2014-10-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix typo
+
2014-09-27 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: icu is only needed if libxmls2 uses it
diff --git a/printer/cups/CONFIGURE b/printer/cups/CONFIGURE
index 4a0a367..8d83457 100755
--- a/printer/cups/CONFIGURE
+++ b/printer/cups/CONFIGURE
@@ -7,8 +7,6 @@ if [[ $EXTRA_LANG == y ]]; then
all de es fr ja pl sv
fi &&
-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 67dee1b..5288e1b 100755
--- a/printer/cups/DEPENDS
+++ b/printer/cups/DEPENDS
@@ -41,11 +41,7 @@ optional_depends "linux-pam" \
"--disable-pam" \
"for pluggable authentication" &&