diff options
| author | Jack Nagel | 2012-09-16 20:17:32 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-09-16 20:17:32 -0500 |
| commit | 9c6ea5370479559a7927ee281d3a68ebc923bf54 (patch) | |
| tree | d3fbaa29c17c7d69eb820549becfabc5e5502545 /Library/Formula | |
| parent | 9cd6ddaf436c3e7fe8f4e5cc7f6d9b00e4410fd0 (diff) | |
| download | homebrew-9c6ea5370479559a7927ee281d3a68ebc923bf54.tar.bz2 | |
ruby: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
