avra: fix component order
This commit is contained in:
parent
23eaa6ad29
commit
1e4b43891b
1 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,9 @@ class Avra < Formula
|
|||
sha256 "1fd6d746309dbdf2811ba8d461188ec63e93363a34546a3af7ad9b4f47c75ffc" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
||||
# Crashes with 'abort trap 6' unless this fix is applied.
|
||||
# See: https://sourceforge.net/p/avra/patches/16/
|
||||
patch do
|
||||
|
@ -21,9 +24,6 @@ class Avra < Formula
|
|||
sha256 "03493058c351cfce0764a8c2e63c2a7b691601dd836c760048fe47ddb9e91682"
|
||||
end
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
||||
def install
|
||||
# build fails if these don't exist
|
||||
touch "NEWS"
|
||||
|
|
Loading…
Reference in a new issue