dev-*: reorder sections.

This commit is contained in:
Jerome Duval
2018-08-08 16:18:18 +02:00
parent 2942715422
commit 0d782eba67
215 changed files with 765 additions and 770 deletions

View File

@@ -19,7 +19,6 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
sdcc$secondaryArchSuffix = $portVersion
cmd:sdcc = $portVersion
cmd:as2gbmap
cmd:makebin
cmd:packihx
@@ -34,6 +33,7 @@ PROVIDES="
cmd:sdasstm8
cmd:sdastlcs90
cmd:sdasz80
cmd:sdcc = $portVersion
cmd:sdcclib
cmd:sdcdb
cmd:sdcdb.el
@@ -62,12 +62,12 @@ BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:automake
cmd:autoconf
cmd:automake
cmd:bison
cmd:flex
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:makeinfo
"