summaryrefslogtreecommitdiffstats
path: root/ftp/wget/PRE_SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wget/PRE_SUB_DEPENDS')
-rwxr-xr-xftp/wget/PRE_SUB_DEPENDS2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wget/PRE_SUB_DEPENDS b/ftp/wget/PRE_SUB_DEPENDS
index be2be9d85e..6988cdb267 100755
--- a/ftp/wget/PRE_SUB_DEPENDS
+++ b/ftp/wget/PRE_SUB_DEPENDS
@@ -1,5 +1,5 @@
case $THIS_SUB_DEPENDS in
- SSL) if is_depends_enabled $SPELL openssl || is_depends_enabled $SPELL gnutls; then
+ SSL) if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL) || is_depends_enabled $SPELL gnutls; then
return 0
fi
;;