summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/fonttosfnt/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/fonttosfnt/package.py')
-rw-r--r--var/spack/repos/builtin/packages/fonttosfnt/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/fonttosfnt/package.py b/var/spack/repos/builtin/packages/fonttosfnt/package.py
index 5294686a4b..7fa4820978 100644
--- a/var/spack/repos/builtin/packages/fonttosfnt/package.py
+++ b/var/spack/repos/builtin/packages/fonttosfnt/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)
@@ -17,6 +17,6 @@ class Fonttosfnt(AutotoolsPackage, XorgPackage):
depends_on('freetype')
depends_on('libfontenc')
- depends_on('xproto', type='build')
+ depends_on('xproto')
depends_on('pkgconfig', type='build')
depends_on('util-macros', type='build')