Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -17,6 +17,13 @@ PROVIDES="
lib:libeepp$secondaryArchSuffix = $portVersion
lib:libeepp_debug$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl2$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
"
PROVIDES_devel="
eepp${secondaryArchSuffix}_devel = $portVersion
devel:libeepp$secondaryArchSuffix = $portVersion
@@ -24,15 +31,10 @@ PROVIDES_devel="
devel:libeepp_main$secondaryArchSuffix = $portVersion
devel:libeepp_static_debug$secondaryArchSuffix = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libsdl2$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
"
REQUIRES_devel="
eepp$secondaryArchSuffix == $portVersion
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl2$secondaryArchSuffix