mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libharu, fix reference to libpng16 (#3796)
This commit is contained in:
committed by
Jérôme Duval
parent
a10bdc1667
commit
c347054321
@@ -17,10 +17,10 @@ COPYRIGHT="
|
||||
2007-2009 Antony Dovgal et al.
|
||||
"
|
||||
LICENSE="Zlib"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libharu/libharu/archive/RELEASE_2_3_0.tar.gz"
|
||||
CHECKSUM_SHA256="8f9e68cc5d5f7d53d1bc61a1ed876add1faf4f91070dbc360d8b259f46d9a4d2"
|
||||
SOURCE_FILENAME="libharu-2.3.0.tar.gz"
|
||||
SOURCE_FILENAME="libharu-$portVersion.tar.gz"
|
||||
SOURCE_DIR="libharu-RELEASE_2_3_0"
|
||||
PATCHES="libharu-$portVersion.patchset"
|
||||
|
||||
@@ -33,7 +33,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libpng$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -47,7 +47,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libpng$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user