From 2ea72967cd2ab635a328ea82d686956769dd9ffc Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 13 Apr 2021 14:06:33 +1000 Subject: [PATCH] Teeworlds: fix dependencies --- games-action/teeworlds/teeworlds-0.7.5.recipe | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/games-action/teeworlds/teeworlds-0.7.5.recipe b/games-action/teeworlds/teeworlds-0.7.5.recipe index 7d9164627..f0832a4d4 100644 --- a/games-action/teeworlds/teeworlds-0.7.5.recipe +++ b/games-action/teeworlds/teeworlds-0.7.5.recipe @@ -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 "