Fix pkgconfig dependencies (#40524)
`pkgconfig` is the correct virtual dependency.
This commit is contained in:
parent
7d96077667
commit
86c7d646c3
@ -32,7 +32,7 @@ class AprUtil(AutotoolsPackage):
|
||||
depends_on("postgresql", when="+pgsql")
|
||||
depends_on("sqlite", when="+sqlite")
|
||||
depends_on("unixodbc", when="+odbc")
|
||||
depends_on("pkg-config", type="build", when="+crypto ^openssl~shared")
|
||||
depends_on("pkgconfig", type="build", when="+crypto ^openssl~shared")
|
||||
|
||||
@property
|
||||
def libs(self):
|
||||
|
@ -28,7 +28,7 @@ class Libpostal(AutotoolsPackage):
|
||||
depends_on("libtool", type="build")
|
||||
depends_on("m4", type="build")
|
||||
depends_on("curl", type="build")
|
||||
depends_on("pkg-config", type="build")
|
||||
depends_on("pkgconfig", type="build")
|
||||
|
||||
def autoreconf(self, spec, prefix):
|
||||
which("sh")("bootstrap.sh")
|
||||
|
Loading…
Reference in New Issue
Block a user