shivavg: fix dependency order
This commit is contained in:
parent
cf02cc9ba1
commit
743df166ca
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ class Shivavg < Formula
|
|||
sha256 "e9bdb03d76c994311a7e38c95eb40561bcb8f7fefdc12ac80137724f39a6bb4a" => :mavericks
|
||||
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