libewf: fix dependency order
This commit is contained in:
parent
a80c7b8036
commit
23e5240b59
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ class Libewf < Formula
|
|||
|
||||
head do
|
||||
url "https://github.com/libyal/libewf.git"
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "gettext" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue