diff options
author | Kelly (KT) Thompson <kgt@lanl.gov> | 2016-03-30 14:27:23 -0600 |
---|---|---|
committer | Kelly (KT) Thompson <kgt@lanl.gov> | 2016-03-30 14:27:23 -0600 |
commit | 4ab362ae17da96db2a5fb7bacb3035824817c15d (patch) | |
tree | 4adbb97010bd0fc8c52f99cafcfb3a2c29469ab8 /var | |
parent | d1a3adfcf09fb489acce9d29b2f9494df5f5d848 (diff) | |
download | spack-4ab362ae17da96db2a5fb7bacb3035824817c15d.tar.gz spack-4ab362ae17da96db2a5fb7bacb3035824817c15d.tar.bz2 spack-4ab362ae17da96db2a5fb7bacb3035824817c15d.tar.xz spack-4ab362ae17da96db2a5fb7bacb3035824817c15d.zip |
+ Fix variant description.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/graphviz/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/graphviz/package.py b/var/spack/repos/builtin/packages/graphviz/package.py index a45cd8743e..ecf92620d4 100644 --- a/var/spack/repos/builtin/packages/graphviz/package.py +++ b/var/spack/repos/builtin/packages/graphviz/package.py @@ -11,7 +11,7 @@ class Graphviz(Package): # related to missing Perl packages. If spack begins support for Perl in the # future, this package can be updated to depend_on('perl') and the # ncecessary devel packages. - variant('perl', default=False, description='Disable if you have problems with the optional script language bindings') + variant('perl', default=False, description='Enable if you need the optional Perl language bindings.') parallel = False |