mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
eggchess: cleaned up libSDL* dependencies (#4561)
This commit is contained in:
committed by
Jérôme Duval
parent
e9259b36e8
commit
9060881408
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user