freealut: modernize autotools deps
This commit is contained in:
parent
f97eac4eda
commit
fb586f3a77
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ class Freealut < Formula
|
|||
# Adds the OpenAL frameworks to the library list so linking succeeds
|
||||
patch :DATA
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
def install
|
||||
system "./autogen.sh"
|
||||
|
|
Loading…
Reference in a new issue