avra: modernize autotools deps
This commit is contained in:
parent
e4071d86ec
commit
7defad4fbd
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ class Avra < Formula
|
|||
url 'https://downloads.sourceforge.net/project/avra/1.3.0/avra-1.3.0.tar.bz2'
|
||||
sha1 '7ad7d168b02107d4f2d72951155798c2fd87d5a9'
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
|
||||
def install
|
||||
# build fails if these don't exist
|
||||
|
|
Loading…
Reference in a new issue