snapraid: fix dependency order
This commit is contained in:
parent
e908342372
commit
86621af295
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ class Snapraid < Formula
|
|||
head do
|
||||
url "https://github.com/amadvance/snapraid.git"
|
||||
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue