From 89f481aef7b90afb0e17b6bc2191984266ec54cf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 1 Jun 2014 21:38:18 -0500 Subject: ruby: modernize autotools deps --- Library/Formula/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3