case $THIS_SUB_DEPENDS in
   CURL) is_depends_enabled $SPELL curl && return 0 ;;
      *) echo "Unknown sub_depends!" ;;
esac
return 1
