From 58e6f171de8e090d1a56a035bb45331bbbdfc512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 5 Nov 2018 14:30:30 +0100 Subject: [PATCH] swars: use libpng15. --- games-action/swars/swars-0.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/swars/swars-0.3.recipe b/games-action/swars/swars-0.3.recipe index 16ddce5c5..4690ba588 100644 --- a/games-action/swars/swars-0.3.recipe +++ b/games-action/swars/swars-0.3.recipe @@ -43,7 +43,7 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix lib:libopenal$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix + lib:libpng15$secondaryArchSuffix lib:libsdl$secondaryArchSuffix lib:libvorbisfile$secondaryArchSuffix " @@ -52,7 +52,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libcrypto$secondaryArchSuffix devel:libopenal$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix + devel:libpng15$secondaryArchSuffix devel:libsdl$secondaryArchSuffix devel:libvorbisfile$secondaryArchSuffix "