mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
openjazz, fix reference to libSDL* (#3972)
This commit is contained in:
@@ -6,7 +6,7 @@ Please put the data into the folder:\
|
||||
HOMEPAGE="https://github.com/AlisterT/openjazz"
|
||||
COPYRIGHT="Alister Thomson"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/AlisterT/openjazz/releases/download/$portVersion/openjazz-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="91341adcc4908db12aad6b82d2fb0125429a26585f65d7eb32d403656313eaab"
|
||||
SOURCE_DIR="openjazz-$portVersion"
|
||||
@@ -20,7 +20,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libSDL_1.2
|
||||
# lib:libxmp
|
||||
lib:libmodplug
|
||||
lib:libz
|
||||
@@ -28,7 +28,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libSDL
|
||||
# devel:libxmp
|
||||
devel:libmodplug
|
||||
devel:libz
|
||||
|
||||
Reference in New Issue
Block a user