From 0b1e55078161fa1290d388bda45abea81d56d238 Mon Sep 17 00:00:00 2001 From: alwayslivid Date: Sun, 12 Jan 2020 17:30:25 +0200 Subject: [PATCH] crimson: cleaned up libSDL* dependencies (#4557) * crimson: cleaned up libSDL* dependencies --- games-strategy/crimson/crimson-0.5.3.recipe | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/games-strategy/crimson/crimson-0.5.3.recipe b/games-strategy/crimson/crimson-0.5.3.recipe index 9a820fed7..8f0c2f5e4 100644 --- a/games-strategy/crimson/crimson-0.5.3.recipe +++ b/games-strategy/crimson/crimson-0.5.3.recipe @@ -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 "