if   spell_ok apache        ; then depends apache        ;
elif spell_ok apache-mod_ssl; then depends apache-mod_ssl;
else
  message "${PROBLEM_COLOR}Apache 1.3.x must be present as one of spells: apache or apache-mod_ssl${DEFAULT_COLOR}"
  return 1
fi
