crimson: cleaned up libSDL* dependencies (#4557)

* crimson: cleaned up libSDL* dependencies
This commit is contained in:
alwayslivid
2020-01-12 17:30:25 +02:00
committed by Schrijvers Luc
parent 86bf92f78e
commit 0b1e550781

View File

@@ -9,7 +9,7 @@ factories. Lead your troops to victory!"
HOMEPAGE="http://crimson.seul.org/"
COPYRIGHT="2001-2009 Jens Granseuer"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://crimson.seul.org/files/crimson-$portVersion.tar.gz"
CHECKSUM_SHA256="e82aa28f729140711e2d04c426462d96d33ce8485f5d3ca3f394210e412cefd2"
ADDITIONAL_FILES="crimson.rdef"
@@ -26,20 +26,20 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libsdl
lib:libsdl_mixer
lib:libsdl_net_1.2
lib:libsdl_ttf
lib:libSDL_1.2
lib:libSDL_mixer_1.2
lib:libSDL_net_1.2
lib:libSDL_ttf_2.0
lib:libxml2
lib:libz
"
BUILD_REQUIRES="
haiku_devel
devel:libsdl
devel:libsdl_mixer
devel:libsdl_net_1.2
devel:libsdl_ttf
devel:libSDL_1.2
devel:libSDL_mixer_1.2
devel:libSDL_net_1.2
devel:libSDL_ttf_2.0
devel:libxml2
devel:libz
"