diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/mkfontscale/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/mkfontscale/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/mkfontscale/package.py b/var/spack/repos/builtin/packages/mkfontscale/package.py index d3ba5e0861..aaae9efe69 100644 --- a/var/spack/repos/builtin/packages/mkfontscale/package.py +++ b/var/spack/repos/builtin/packages/mkfontscale/package.py @@ -1,4 +1,4 @@ -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other # Spack Project Developers. See the top-level COPYRIGHT file for details. # # SPDX-License-Identifier: (Apache-2.0 OR MIT) @@ -18,6 +18,6 @@ class Mkfontscale(AutotoolsPackage, XorgPackage): depends_on('libfontenc') depends_on('freetype') - depends_on('xproto@7.0.25:', type='build') + depends_on('xproto@7.0.25:') depends_on('pkgconfig', type='build') depends_on('util-macros', type='build') |