mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
kobodeluxe, fix references for lib:libsdl (#8977)
This commit is contained in:
@@ -9,7 +9,7 @@ require different tactics to be dealt with successfully."
|
||||
HOMEPAGE="http://olofson.net/kobodl/"
|
||||
COPYRIGHT="1995-2007 Akira Higuchi, David Olofson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="http://olofson.net/kobodl/download/KoboDeluxe-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="0f7b910a399d985437564af8c5d81d6dcf22b96b26b01488d72baa6a6fdb5c2c"
|
||||
SOURCE_DIR="KoboDeluxe-$portVersion"
|
||||
@@ -24,18 +24,18 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libgl
|
||||
lib:libglu
|
||||
lib:libsdl
|
||||
lib:libSDL_image
|
||||
lib:libGL
|
||||
lib:libGLU
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_image_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libgl
|
||||
devel:libglu
|
||||
devel:libsdl
|
||||
devel:libSDL_image
|
||||
devel:libGL
|
||||
devel:libGLU
|
||||
devel:libSDL_1.2
|
||||
devel:libSDL_image_1.2
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:automake
|
||||
|
||||
Reference in New Issue
Block a user