zip: depend on libz.

There is no need for zip to reimplement libz when it is available (and
it autodetects that)
This commit is contained in:
Adrien Destugues
2014-12-07 21:07:21 +01:00
parent 7add47a162
commit 0110b908a1

View File

@@ -24,8 +24,10 @@ PROVIDES="
"
REQUIRES="
haiku >= $haikuVersion
lib:libz
"
BUILD_REQUIRES="
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion