mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
pingus: add missing libz (#1663)
This commit is contained in:
committed by
Jérôme Duval
parent
03895ad142
commit
481f90759c
@@ -4,7 +4,7 @@ other operating systems supported by SDL. It is covered under the GPL."
|
||||
HOMEPAGE="https://pingus.seul.org"
|
||||
COPYRIGHT="1998-2011 Ingo Ruhnke"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/Pingus/pingus/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c4cd89e1d350d2472f32de5f6266ac9f3658a3620eace3f79efac45db4323b65"
|
||||
PATCHES="pingus-$portVersion.patchset"
|
||||
@@ -26,6 +26,7 @@ REQUIRES="
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libsdl_image$secondaryArchSuffix
|
||||
lib:libsdl_mixer$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -38,6 +39,7 @@ BUILD_REQUIRES="
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libsdl_image$secondaryArchSuffix
|
||||
devel:libsdl_mixer$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
|
||||
Reference in New Issue
Block a user