case $THIS_SUB_DEPENDS in
  MONO)  if is_depends_enabled $SPELL mono; then return 0; fi;;
  QT3)   if is_depends_enabled $SPELL qt-x11; then return 0; fi;;
  QT4)   if is_depends_enabled $SPELL qt4; then return 0; fi;;
  GTK2)  if is_depends_enabled $SPELL gtk+2; then return 0; fi;;
esac  &&
return 1
