avra: fix component order

This commit is contained in:
commitay 2018-09-21 13:08:54 +10:00
parent 23eaa6ad29
commit 1e4b43891b

View file

@ -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"