From 90608814081cd6cde51035de8ec109f4c6296faf Mon Sep 17 00:00:00 2001 From: alwayslivid Date: Sun, 12 Jan 2020 16:44:16 +0200 Subject: [PATCH] eggchess: cleaned up libSDL* dependencies (#4561) --- games-strategy/eggchess/eggchess-1.0.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-strategy/eggchess/eggchess-1.0.recipe b/games-strategy/eggchess/eggchess-1.0.recipe index 6ccf003bb..b5bdf9eca 100644 --- a/games-strategy/eggchess/eggchess-1.0.recipe +++ b/games-strategy/eggchess/eggchess-1.0.recipe @@ -6,7 +6,7 @@ The first one to get three-in-a-row with the same egg form wins." HOMEPAGE="https://github.com/HaikuArchives/EggChess/" COPYRIGHT="1999-2000 Anders Lindström" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://codeload.github.com/HaikuArchives/EggChess/zip/feature" CHECKSUM_SHA256="d195ded635827b4987f2af2142f7fbc97efdde8f22c4cdc80eaac7b5c36497d4" SOURCE_DIR="EggChess-feature" @@ -19,14 +19,14 @@ PROVIDES=" " REQUIRES=" haiku - lib:libsdl - lib:libsdl_mixer + lib:libSDL_1.2 + lib:libSDL_mixer_1.2 " BUILD_REQUIRES=" haiku_devel - devel:libsdl - devel:libsdl_mixer + devel:libSDL_1.2 + devel:libSDL_mixer_1.2 " BUILD_PREREQUIRES=" cmd:gcc