mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
sdl2_ttf: fix dependencies.
This commit is contained in:
@@ -10,7 +10,7 @@ without much effort.
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.12.tar.gz"
|
||||
CHECKSUM_SHA256="8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
|
||||
@@ -20,13 +20,18 @@ SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2"
|
||||
PROVIDES="
|
||||
sdl2_ttf${secondaryArchSuffix} = $portVersion
|
||||
lib:libSDL2_ttf${secondaryArchSuffix}
|
||||
lib:libSDL2_ttf_2.0${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix} >= $haikuVersion
|
||||
lib:libfreetype${secondaryArchSuffix}
|
||||
lib:libSDL2${secondaryArchSuffix}
|
||||
lib:libSDL2_2.0${secondaryArchSuffix}
|
||||
lib:libz${secondaryArchSuffix}
|
||||
lib:libbz2${secondaryArchSuffix}
|
||||
lib:libpng${secondaryArchSuffix}
|
||||
lib:libGL${secondaryArchSuffix}
|
||||
lib:libltdl${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -34,6 +39,8 @@ BUILD_REQUIRES="
|
||||
devel:libfreetype${secondaryArchSuffix}
|
||||
devel:libSDL2${secondaryArchSuffix}
|
||||
devel:libz${secondaryArchSuffix}
|
||||
devel:libbz2${secondaryArchSuffix}
|
||||
devel:libpng${secondaryArchSuffix}
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user