mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Fixing libpng dependencies after the new updated libpng (#1070)
This commit is contained in:
committed by
waddlesplash
parent
84c3ecef64
commit
2df68ae5bd
@@ -11,9 +11,9 @@ SOURCE_URI="http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.22/tuxpa
|
||||
CHECKSUM_SHA256="8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3"
|
||||
COPYRIGHT="2002-2010 Bill Kendrick and others"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
|
||||
ARCHITECTURES="x86 ?x86_gcc2 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PATCHES="tuxpaint-$portVersion.patchset"
|
||||
|
||||
@@ -27,7 +27,7 @@ REQUIRES="
|
||||
lib:libiconv
|
||||
lib:libintl
|
||||
lib:libpaper
|
||||
lib:libpng
|
||||
lib:libpng16
|
||||
lib:libsdl
|
||||
lib:libSDL_ttf
|
||||
lib:libSDL_image
|
||||
|
||||
Reference in New Issue
Block a user