From 8e7e4d851d695f8ae3c745b141c1241cdbf926d3 Mon Sep 17 00:00:00 2001 From: pascal Date: Sat, 26 Nov 2022 11:20:09 +0000 Subject: [PATCH] Add two sneaky BUILD_DEPENDS on libzip and sdl2, found by sthen@ and naddy@ respectively. --- games/warzone2100/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index 093ad33726b..6b26717abf7 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -3,6 +3,7 @@ ONLY_FOR_ARCHS= amd64 i386 COMMENT= 3D realtime strategy on a future earth V= 4.3.2 +REVISION= 0 DISTNAME= warzone2100-$V CATEGORIES= games MASTER_SITES= https://github.com/Warzone2100/warzone2100/releases/download/$V/ @@ -38,9 +39,11 @@ LIB_DEPENDS= audio/libogg \ net/miniupnp/miniupnpc \ security/libsodium -BUILD_DEPENDS= archivers/unzip \ +BUILD_DEPENDS= archivers/libzip \ + archivers/unzip \ archivers/zip \ devel/gettext,-tools \ + devel/sdl2 \ textproc/asciidoc \ textproc/asciidoctor RUN_DEPENDS= devel/desktop-file-utils \