diff options
| author | Jack Nagel | 2014-12-04 12:01:27 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 13:37:03 -0500 |
| commit | 341a6ee9312f90a3a9a3d1e9f4c372d294e7ec39 (patch) | |
| tree | 71007ba532308c80826ec62410a5e7701be075dc /Library | |
| parent | fe7cd922847f3abdd8780d9fb6eb36a7140a03fa (diff) | |
| download | homebrew-341a6ee9312f90a3a9a3d1e9f4c372d294e7ec39.tar.bz2 | |
thrift: modernize autotools deps
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/thrift.rb | 6 |
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 |
