diff --git a/abuild.in b/abuild.in index 064b072..14c2762 100755 --- a/abuild.in +++ b/abuild.in @@ -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