case $THIS_SUB_DEPENDS in
  DBUS) is_depends_enabled $SPELL dbus   && return 0;;
#  GIF)  is_depends_enabled $SPELL LIBGIF && return 0;;
  SSL)  is_depends_enabled $SPELL openssl && return 0;;
esac
return 1
