diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/libxpm/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/libxpm/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/libxpm/package.py b/var/spack/repos/builtin/packages/libxpm/package.py index 48a78dfe1c..c0d71ca910 100644 --- a/var/spack/repos/builtin/packages/libxpm/package.py +++ b/var/spack/repos/builtin/packages/libxpm/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) @@ -22,7 +22,7 @@ class Libxpm(AutotoolsPackage, XorgPackage): depends_on('gettext') depends_on('libx11') - depends_on('xproto', type='build') + depends_on('xproto') depends_on('pkgconfig', type='build') depends_on('util-macros', type='build') |