case ${THIS_SUB_DEPENDS} in
"stable")       FVWM_RELEASE="stable" && echo "Forcing stable release." ;;

"unstable/cvs")
          if [[ "${FVWM_RELEASE}" == "stable" ]] ; then
            echo "${MESSAGE_COLOR}Unstable version of fvwm-themes requires unstable or cvs version of fvwm!${DEFAULT_COLOR}" &&
            config_query_list FVWM_OVERRIDE_RELEASE \
              "Build which fvwm release?" "unstable" "cvs" &&
            FVWM_RELEASE="${FVWM_OVERRIDE_RELEASE}"
          fi ;;


*)        echo "Unknown sub depends!!!" && return 1 ;;
esac
