mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
cln, ginac: Give lib and devel the actual version of the library
This commit is contained in:
@@ -22,7 +22,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
cln$secondaryArchSuffix = $portVersion
|
||||
lib:libcln$secondaryArchSuffix = $portVersion
|
||||
lib:libcln$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
cmd:pi$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -31,7 +31,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
cln${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcln$secondaryArchSuffix = $portVersion
|
||||
devel:libcln$secondaryArchSuffix = 6.0.4 compat >= 6
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libcln$secondaryArchSuffix == $portVersion
|
||||
|
||||
Reference in New Issue
Block a user