diff --git a/var/spack/repos/builtin/packages/graphviz/package.py b/var/spack/repos/builtin/packages/graphviz/package.py
index a45cd8743eeb31e13d50149927bc086d45bb52b3..ecf92620d4a82d333989a26e528137d47ec5c50c 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