aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freeswitch.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/freeswitch.rb b/Library/Formula/freeswitch.rb
index 7127e4967..1db2a3c39 100644
--- a/Library/Formula/freeswitch.rb
+++ b/Library/Formula/freeswitch.rb
@@ -12,9 +12,9 @@ class Freeswitch < Formula
sha1 "dc5a331f94eb51353d01dfe6d2319985e7844a96" => :lion
end
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
depends_on 'pkg-config' => :build
depends_on 'jpeg'