Fixing libpng dependencies after the new updated libpng (#1070)

This commit is contained in:
Schrijvers Luc
2017-01-14 18:56:22 +01:00
committed by waddlesplash
parent 84c3ecef64
commit 2df68ae5bd
12 changed files with 25 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ systems for which they were never designed!"
HOMEPAGE="http://www.residualvm.org/"
COPYRIGHT="2003-2015 ResidualVM Team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.residualvm.org/downloads/release/$portVersion/residualvm-$portVersion-sources.tar.gz"
CHECKSUM_SHA256="1f3ff363d00f799e38ee08f985b65e07134782f63ff065a5bec68fcab4d578e4"
@@ -26,7 +26,7 @@ REQUIRES="
lib:libiconv$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libmad$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libSDL$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"