summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew W Elble <aweits@rit.edu>2022-01-12 08:53:25 -0500
committerGitHub <noreply@github.com>2022-01-12 14:53:25 +0100
commita38cdddd37905b654b9885b5d11dd60e4863070f (patch)
treede85d73d2e5162e6f2445240e27f11f1d5310081
parent2cf22ad5f29c7506e5fa07abd41af2a880e1cbfb (diff)
downloadspack-a38cdddd37905b654b9885b5d11dd60e4863070f.tar.gz
spack-a38cdddd37905b654b9885b5d11dd60e4863070f.tar.bz2
spack-a38cdddd37905b654b9885b5d11dd60e4863070f.tar.xz
spack-a38cdddd37905b654b9885b5d11dd60e4863070f.zip
perl-tk: add missing dependencies (#28240)
-rw-r--r--var/spack/repos/builtin/packages/perl-tk/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-tk/package.py b/var/spack/repos/builtin/packages/perl-tk/package.py
index a1f48a1fb2..40c5e0e8ea 100644
--- a/var/spack/repos/builtin/packages/perl-tk/package.py
+++ b/var/spack/repos/builtin/packages/perl-tk/package.py
@@ -16,3 +16,9 @@ class PerlTk(PerlPackage):
version('804.033', sha256='84756e9b07a2555c8eecf88e63d5cbbba9b1aa97b1e71a3d4aa524a7995a88ad')
depends_on('perl-extutils-makemaker', type='build')
+ depends_on('libx11')
+ depends_on('libxcb')
+ depends_on('libxft')
+ depends_on('jpeg')
+ depends_on('libpng')
+ depends_on('freetype')