summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gobject-introspection/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/gobject-introspection/package.py')
-rw-r--r--var/spack/repos/builtin/packages/gobject-introspection/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py
index ec71e3cddd..2c2ff6078c 100644
--- a/var/spack/repos/builtin/packages/gobject-introspection/package.py
+++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py
@@ -44,7 +44,7 @@ class GobjectIntrospection(Package):
depends_on("cairo")
depends_on("bison", type="build")
depends_on("flex", type="build")
- depends_on("pkg-config@0.9.0:", type="build")
+ depends_on("pkgconfig", type="build")
# GobjectIntrospection does not build with sed from darwin:
depends_on('sed', when='platform=darwin', type='build')