thrift: modernize autotools deps
This commit is contained in:
parent
0465a588e4
commit
ea4c51b367
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue