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

@@ -28,8 +28,8 @@ REQUIRES="
PROVIDES_devel="
npth${secondaryArchSuffix}_devel = $portVersion
devel:libnpth$secondaryArchSuffix = $libVersionCompat
cmd:npth_config$secondaryArchSuffix = $portVersion
devel:libnpth$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
npth$secondaryArchSuffix == $portVersion
@@ -39,12 +39,12 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:awk
cmd:autoconf
cmd:aclocal
cmd:autoconf
cmd:awk
cmd:gcc$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:gcc$secondaryArchSuffix
"
BUILD()