case $THIS_SUB_DEPENDS in
  SVG) is_depends_enabled $SPELL libart_lgpl && return 0;;
  SSL) is_depends_enabled $SPELL openssl && return 0;;
  ARTS) is_depends_enabled $SPELL arts && return 0;;
 XSLT) is_depends_enabled $SPELL libxslt && return 0;;
esac
return 1
