case $THIS_SUB_DEPENDS in
   DEVEL)  if [[ "$TCL_BRANCH" == "devel" ]]; then return 0; fi;;
   STABLE) if [[ "$TCL_BRANCH" == "stable" ]]; then return 0; fi;;
esac
return 1
