Introduce virtual dependency pkgconfig (#5198)
There are two providers, pkgconf and pkg-config, with the former being the default provider.
This commit is contained in:

committed by
Christoph Junghans

parent
7f0659f032
commit
5bbbfe9446
@@ -35,7 +35,7 @@ class Ghostscript(AutotoolsPackage):
|
||||
version('9.21', '5f213281761d2750fcf27476c404d17f')
|
||||
version('9.18', '33a47567d7a591c00a253caddd12a88a')
|
||||
|
||||
depends_on('pkg-config', type='build')
|
||||
depends_on('pkgconfig', type='build')
|
||||
|
||||
depends_on('freetype@2.4.2:')
|
||||
depends_on('jpeg')
|
||||
|
Reference in New Issue
Block a user