mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering
This commit is contained in:
@@ -10,11 +10,12 @@ SVG images and their behaviors are defined in XML text files. This means \
|
||||
that they can be searched, indexed, scripted, and compressed. As XML files, \
|
||||
SVG images can be created and edited with any text editor, but are more often \
|
||||
created with drawing software."
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
HOMEPAGE="https://github.com/threedeyes/NanoSVGTranslator"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#2b1da77"
|
||||
COPYRIGHT="2013-2015 3dEyes**"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
SOURCE_URI="git+https://github.com/threedeyes/NanoSVGTranslator#2b1da77"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
@@ -22,7 +23,6 @@ PROVIDES="
|
||||
nanosvgtranslator$secondaryArchSuffix = $portVersion
|
||||
addon:NanoSVGTranslator$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
@@ -30,7 +30,6 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:make
|
||||
|
||||
Reference in New Issue
Block a user