lipbng: compat must be ">=".

"==" would make more sense (the soname comparison is on equality only),
but is not allowed for now.
This commit is contained in:
Adrien Destugues
2016-01-01 19:47:22 +01:00
parent 41454032c8
commit d846781251
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libpng$secondaryArchSuffix = $portVersion compat >= 1.5
lib:libpng15$secondaryArchSuffix = 15.25.0 compat == 15
lib:libpng15$secondaryArchSuffix = 15.25.0 compat >= 15
"
REQUIRES="
haiku$secondaryArchSuffix

View File

@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libpng16$secondaryArchSuffix = $portVersion compat >= 1.6
lib:libpng16$secondaryArchSuffix = 16.20.0 compat == 16
lib:libpng16$secondaryArchSuffix = 16.20.0 compat >= 16
"
REQUIRES="
haiku$secondaryArchSuffix