aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-06-01 21:38:18 -0500
committerJack Nagel2014-06-01 21:38:18 -0500
commit89f481aef7b90afb0e17b6bc2191984266ec54cf (patch)
tree5213005772990c8429043b3358ede79b1cd89656 /Library/Formula
parent824930a140bfcb664ce31b4146fc27098831cf6a (diff)
downloadhomebrew-89f481aef7b90afb0e17b6bc2191984266ec54cf.tar.bz2
ruby: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb2
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