aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:27 -0500
committerJack Nagel2014-12-04 13:37:03 -0500
commit341a6ee9312f90a3a9a3d1e9f4c372d294e7ec39 (patch)
tree71007ba532308c80826ec62410a5e7701be075dc /Library
parentfe7cd922847f3abdd8780d9fb6eb36a7140a03fa (diff)
downloadhomebrew-341a6ee9312f90a3a9a3d1e9f4c372d294e7ec39.tar.bz2
thrift: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/thrift.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/thrift.rb b/Library/Formula/thrift.rb
index d1adf13f7..004911b5a 100644
--- a/Library/Formula/thrift.rb
+++ b/Library/Formula/thrift.rb
@@ -31,9 +31,9 @@ class Thrift < Formula
head do
url "https://git-wip-us.apache.org/repos/asf/thrift.git"
- 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
end