diff options
| author | Jack Nagel | 2014-06-01 21:38:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-01 21:38:18 -0500 |
| commit | c6216d2b9275602b510cdd04ba7ff4353b004ff9 (patch) | |
| tree | 26f3877aa22d03a5e7cfd849969b44db086db52b | |
| parent | c9f93ca96d4ab39539c73f003c2656c57c15e46b (diff) | |
| download | homebrew-c6216d2b9275602b510cdd04ba7ff4353b004ff9.tar.bz2 | |
sdl2: modernize autotools deps
| -rw-r--r-- | Library/Formula/sdl2.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sdl2.rb b/Library/Formula/sdl2.rb index 44b53f4f0..c6fbaaf44 100644 --- a/Library/Formula/sdl2.rb +++ b/Library/Formula/sdl2.rb @@ -15,9 +15,9 @@ class Sdl2 < Formula head do url 'http://hg.libsdl.org/SDL', :using => :hg - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end option :universal |
