games-*: reorder sections.

This commit is contained in:
Jerome Duval
2018-08-09 10:27:19 +02:00
parent 9c42229dbd
commit 9b2b4619eb
95 changed files with 478 additions and 483 deletions

View File

@@ -23,28 +23,28 @@ PROVIDES="
"
REQUIRES="
haiku
lib:libintl
lib:libpng
lib:libsdl
lib:libsdl_mixer
lib:libsdl_net_1.2
lib:libpng
lib:libz
lib:libintl
"
BUILD_REQUIRES="
haiku_devel
devel:libintl
devel:libpng
devel:libsdl
devel:libsdl_mixer
devel:libsdl_net_1.2
devel:libintl
devel:libz
devel:libpng
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:make
"
BUILD()