mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
fontconfig: fix devel package dependencies
Depend on the base package using the right name.
This commit is contained in:
@@ -94,10 +94,10 @@ INSTALL()
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
libfontconfig${secondaryArchSuffix}_devel = $portVersion compat >= 2.1
|
||||
fontconfig${secondaryArchSuffix}_devel = $portVersion compat >= 2.1
|
||||
devel:libfontconfig$secondaryArchSuffix = 1.8.0 compat >= 1
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
libfontconfig$secondaryArchSuffix == $portVersion base
|
||||
fontconfig$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user