Teeworlds: fix dependencies

This commit is contained in:
Gerasim Troeglazov
2021-04-13 14:06:33 +10:00
parent d5f0ac9347
commit 2ea72967cd

View File

@@ -6,7 +6,7 @@ design your own maps!"
HOMEPAGE="https://www.teeworlds.com"
COPYRIGHT="2007-2021 Magnus Auvinen"
LICENSE="Zlib"
REVISION="1"
REVISION="2"
SOURCE_URI="https://downloads.teeworlds.com/teeworlds-$portVersion-src.tar.gz"
CHECKSUM_SHA256="fcde2223398e027434ec96315103e9861fc458161b49b15908dc56b8e7a8ecd9"
SOURCE_DIR="teeworlds-$portVersion-src"
@@ -23,6 +23,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libGLU$secondaryArchSuffix
@@ -33,8 +34,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libglu$secondaryArchSuffix
devel:libGL$secondaryArchSuffix
devel:libGLU$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
@@ -42,7 +45,6 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:cmake
cmd:gcc$secondaryArchSuffix
cmd:python
cmd:make
"