case "${THIS_SUB_DEPENDS}" in
  RUBY) depends ruby "--with-ruby" ;;
  PYTHON) depends python "--with-python" ;;
  PHP) depends PHP "--with-php" ;;
  TCL) depends tcl "--with-tcl" ;;
  CSHARP) depends CSHARP "--with-csharp" ;;
esac &&
return 1
