fdk-aac: autotools are build deps by default

master
Jack Nagel 2013-02-01 23:44:55 -06:00
parent 48c88be88f
commit dd9094e696
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ class FdkAac < Formula
head 'git://opencore-amr.git.sourceforge.net/gitroot/opencore-amr/fdk-aac'
depends_on :automake => :build
depends_on :libtool => :build
depends_on :automake
depends_on :libtool
def install
system "autoreconf -fvi"