Ports: Add missing curl dependency for the git port

fixes #6724
This commit is contained in:
Gunnar Beutner 2021-05-10 15:14:15 +02:00 committed by Linus Groh
parent 138d065cbb
commit a14a1f2d61

View file

@ -5,7 +5,7 @@ useconfigure="true"
files="https://mirrors.edge.kernel.org/pub/software/scm/git/git-${version}.tar.xz git-${version}.tar.xz 9f61417a44d5b954a5012b6f34e526a3336dcf5dd720e2bb7ada92ad8b3d6680"
auth_type=sha256
configopts="--target=${SERENITY_ARCH}-pc-serenity CFLAGS=-DNO_IPV6"
depends="zlib"
depends="zlib curl"
build() {
run make $makeopts