mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
atari++, fix libpng references (#3783)
This commit is contained in:
committed by
Jérôme Duval
parent
e9478a745e
commit
da0eb28358
@@ -15,7 +15,7 @@ files (.exe and .com)."
|
||||
HOMEPAGE="http://xl-project.com/"
|
||||
COPYRIGHT="2004-2015 Thomas Richter"
|
||||
LICENSE="TPL"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.xl-project.com/download/atari++_$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="afb1e136257acb179a9e31aa7e6497df78a8227e58fd433accb135a91b3262eb"
|
||||
SOURCE_DIR="atari++"
|
||||
@@ -38,7 +38,7 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -46,7 +46,7 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user