diff options
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index b7ca89a31..a54ed59e4 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -12,7 +12,7 @@ class Ruby < Formula option :universal option 'with-suffix', 'Suffix commands with "19"' option 'with-doc', 'Install documentation' - option 'with-tcltk' 'Install with Tcl/Tk support' + option 'with-tcltk', 'Install with Tcl/Tk support' depends_on :autoconf if build.head? depends_on 'pkg-config' => :build |
