summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/squashfuse/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/squashfuse/package.py')
-rw-r--r--var/spack/repos/builtin/packages/squashfuse/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/squashfuse/package.py b/var/spack/repos/builtin/packages/squashfuse/package.py
index c30b3da7bf..aa43bcc894 100644
--- a/var/spack/repos/builtin/packages/squashfuse/package.py
+++ b/var/spack/repos/builtin/packages/squashfuse/package.py
@@ -31,7 +31,7 @@ class Squashfuse(AutotoolsPackage):
# Note: typically libfuse is external, but this implies that you have to make
# pkg-config external too, because spack's pkg-config doesn't know how to
# locate system pkg-config's fuse.pc/fuse3.pc
- depends_on('pkg-config', type='build')
+ depends_on('pkgconfig', type='build')
# compression libs
depends_on('zlib', when='+zlib')