mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
freetype: fix REQUIRES mixup
This commit is contained in:
@@ -5,7 +5,7 @@ output (glyph images) of most vector and bitmap font formats."
|
||||
HOMEPAGE="https://www.freetype.org/"
|
||||
COPYRIGHT="1996-2018 David Turner, Robert Wilhelm, Werner Lemberg, et al."
|
||||
LICENSE="FreeType"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784"
|
||||
PATCHES="enable-validation-modules.patchset"
|
||||
@@ -43,7 +43,7 @@ REQUIRES_devel="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
|
||||
REQUIRES="$REQUIRES
|
||||
REQUIRES_devel="$REQUIRES_devel
|
||||
devel:libharfbuzz$secondaryArchSuffix
|
||||
"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user