aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sdl2.rb6
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