mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
nxengine, fix references to libSDL* (#4034)
This commit is contained in:
@@ -7,7 +7,7 @@ into the position of savior as he endeavors to defeat the Doctor."
|
||||
HOMEPAGE="https://exlmoto.ru/nxengine/"
|
||||
COPYRIGHT="2010-2016 Caitlin (rogueeve) Shaw"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
srcGitRev="e03f6cb28a65f218ad08c1c7c3bfe4fef05b43db"
|
||||
portVersionSub="`echo $portVersion | cut -c 1-7`"
|
||||
SOURCE_URI="https://github.com/EXL/NXEngine/archive/$srcGitRev.tar.gz"
|
||||
@@ -34,14 +34,14 @@ PROVIDES="
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libSDL_ttf$secondaryArchSuffix
|
||||
lib:libSDL_1.2$secondaryArchSuffix
|
||||
lib:libSDL_ttf_2.0$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= r1~alpha4_pm_hrev51410-1
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libSDL$secondaryArchSuffix
|
||||
devel:libSDL_ttf$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user