augeas: fix dependency order
This commit is contained in:
parent
78d52e73df
commit
f4939c77c7
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@ class Augeas < Formula
|
||||||
|
|
||||||
depends_on "autoconf" => :build
|
depends_on "autoconf" => :build
|
||||||
depends_on "automake" => :build
|
depends_on "automake" => :build
|
||||||
depends_on "libtool" => :build
|
|
||||||
depends_on "bison" => :build
|
depends_on "bison" => :build
|
||||||
|
depends_on "libtool" => :build
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
|
|
Loading…
Reference in a new issue