abuild: no longer require wget in makedepends if https

we depend on curl instead
This commit is contained in:
Natanael Copa 2012-02-17 13:51:01 +00:00
parent c6263baeb9
commit 467db44962
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ default_sanitycheck() {
fi
md5sums_has ${i##*/} || die "${i##*/} is missing in md5sums"
case "$i" in
https://*) makedepends_has wget || die "wget must be in makedepends when source has https://" ;;
https://*) makedepends_has wget && warning "wget no longer need to be in makedepends when source has https://" ;;
esac
done
fi