thrift: modernize autotools deps

This commit is contained in:
Jack Nagel 2014-12-04 12:01:27 -05:00
parent 0465a588e4
commit ea4c51b367

View file

@ -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