mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Fix ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user