libconfig: fix dependency order
This commit is contained in:
parent
64eb5da327
commit
5fe4678c84
1 changed files with 1 additions and 1 deletions
|
@ -12,8 +12,8 @@ class Libconfig < Formula
|
|||
sha256 "a7b8640a4f169cf82eb6e9aa79e01b59ed1d2914f373abcd2602241b5a21c518" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue