summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorh-denpo <57649496+h-denpo@users.noreply.github.com>2020-10-30 01:10:57 +0900
committerGitHub <noreply@github.com>2020-10-29 11:10:57 -0500
commitc2e66109480fa38cf5045f05e28b23ff4f7aa08e (patch)
tree35ae6589cdafb08135dc8937a36d80bcac72ff3f /var
parenta4a64e1fbd8c1050b406b4031cbe062fb28ab507 (diff)
downloadspack-c2e66109480fa38cf5045f05e28b23ff4f7aa08e.tar.gz
spack-c2e66109480fa38cf5045f05e28b23ff4f7aa08e.tar.bz2
spack-c2e66109480fa38cf5045f05e28b23ff4f7aa08e.tar.xz
spack-c2e66109480fa38cf5045f05e28b23ff4f7aa08e.zip
plplot:fix: add: depends_on('libsm', type='link') (#19594)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/plplot/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/plplot/package.py b/var/spack/repos/builtin/packages/plplot/package.py
index d080606965..7a3bdd8240 100644
--- a/var/spack/repos/builtin/packages/plplot/package.py
+++ b/var/spack/repos/builtin/packages/plplot/package.py
@@ -38,6 +38,7 @@ class Plplot(CMakePackage):
depends_on('qt', when='+qt')
depends_on('tcl', when='+tcl')
depends_on('wxwidgets', when='+wx')
+ depends_on('libsm', type='link')
depends_on('freetype')
depends_on('gtkplus')