summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/atk/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/atk/package.py')
-rw-r--r--var/spack/repos/builtin/packages/atk/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/atk/package.py b/var/spack/repos/builtin/packages/atk/package.py
index 93ce88bb8a..3b37d740a8 100644
--- a/var/spack/repos/builtin/packages/atk/package.py
+++ b/var/spack/repos/builtin/packages/atk/package.py
@@ -37,7 +37,7 @@ class Atk(AutotoolsPackage):
version('2.14.0', 'ecb7ca8469a5650581b1227d78051b8b')
depends_on('glib')
- depends_on('pkg-config', type='build')
+ depends_on('pkgconfig', type='build')
depends_on('gobject-introspection')
def url_for_version(self, version):