summaryrefslogtreecommitdiffstats
path: root/ftp/curl/PRE_SUB_DEPENDS
blob: b76a3f0d055f0fc438dfb8a1f84255b41b861e9e (plain) (blame)
1
2
3
4
5
6
case $THIS_SUB_DEPENDS in
    ARES) is_depends_enabled $SPELL c-ares;;
    NO_ARES) is_depends_enabled $SPELL c-ares || return 0;;
    *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"
       return 1;;
esac