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 ec77ca0ca..d60472fd3 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -13,7 +13,7 @@ class Ruby < Formula head do url 'http://svn.ruby-lang.org/repos/ruby/trunk/' - depends_on :autoconf + depends_on "autoconf" => :build end option :universal |
