case $THIS_SUB_DEPENDS in PYTHON) message "Python bindings requested, forcing python dependency" && depends python '--with-python';; *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" return 1;; esac .