From e9a8646d3e89bfd2a893bcf57c09bc12343fc98c Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 11 May 2021 18:57:45 +0200 Subject: [PATCH] Ports: Add missing dependencies for openttd --- Ports/openttd/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/openttd/package.sh b/Ports/openttd/package.sh index 5484df8427..2ac6889be1 100755 --- a/Ports/openttd/package.sh +++ b/Ports/openttd/package.sh @@ -2,7 +2,7 @@ port=openttd version=1.11.0 auth_type=sha256 -depends="SDL2 libpng zlib xz" +depends="freetype SDL2 libicu libpng zlib xz openttd-opengfx openttd-opensfx" files="https://cdn.openttd.org/openttd-releases/${version}/openttd-${version}-source.tar.xz openttd-${version}.tar.xz 5e65184e07368ba1afa62dbb3e35abaee6c4da6730ff4bc9eb4447d53363c7a8" useconfigure=true configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"