mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -7,14 +7,14 @@ COPYRIGHT="
|
||||
2001-2009 Henry Maddocks
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/ftgl/FTGL%20Source/2.1.3%7Erc5/ftgl-2.1.3-rc5.tar.gz"
|
||||
CHECKSUM_SHA256="5458d62122454869572d39f8aa85745fc05d5518001bcefa63bd6cbb8d26565b"
|
||||
REVISION="1"
|
||||
PATCHES="ftgl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="ftgl-$portVersion.patchset"
|
||||
|
||||
PROVIDES="
|
||||
ftgl$secondaryArchSuffix = $portVersion compat >= 2
|
||||
lib:libftgl$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
@@ -29,6 +29,7 @@ REQUIRES="
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
ftgl${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libftgl$secondaryArchSuffix = 2.1.3 compat >= 2
|
||||
@@ -37,6 +38,7 @@ REQUIRES_devel="
|
||||
ftgl$secondaryArchSuffix == $portVersion base
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user