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

@@ -20,19 +20,19 @@ ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="
global = $portVersion compat >= 6.3
cmd:global = $portVersion compat >= 6.3
cmd:gtags = $portVersion compat >= 6.3
cmd:globash = $portVersion compat >= 6.3
cmd:gozilla = $portVersion compat >= 6.3
cmd:gtags = $portVersion compat >= 6.3
cmd:gtags_cscope = $portVersion compat >= 6.3
cmd:htags = $portVersion compat >= 6.3
cmd:htags_server = $portVersion compat >= 6.3
"
REQUIRES="
haiku
lib:libltdl
lib:libncurses
cmd:ctags
cmd:sort
lib:libltdl
lib:libncurses
"
BUILD_REQUIRES="
@@ -40,18 +40,18 @@ BUILD_REQUIRES="
devel:libncurses
"
BUILD_PREREQUIRES="
cmd:autoreconf
cmd:aclocal
cmd:autoconf
cmd:libtool
cmd:gcc
cmd:make
cmd:ld
cmd:find
cmd:sed
cmd:grep
cmd:perl
cmd:autoreconf
cmd:ctags
cmd:find
cmd:gcc
cmd:grep
cmd:ld
cmd:libtool
cmd:make
cmd:perl
cmd:sed
cmd:sort
"