mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fix ordering on new recipes
This commit is contained in:
@@ -51,8 +51,9 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
audiofile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libaudiofile$secondaryArchSuffix
|
||||
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -31,6 +31,8 @@ PROVIDES_devel="
|
||||
libbpg${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libbpg$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libcddb${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcddb$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcddb$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -24,7 +24,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libcuefile${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcuefile$secondaryArchSuffix
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcuefile$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
@@ -23,7 +23,7 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libfpx$_devel=$portVersion
|
||||
devel:libfpx=$portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libfpx == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user