+ Fix variant description.

This commit is contained in:
Kelly (KT) Thompson 2016-03-30 14:27:23 -06:00
parent d1a3adfcf0
commit 4ab362ae17

View file

@ -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