aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fdk-aac.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fdk-aac.rb b/Library/Formula/fdk-aac.rb
index 271312338..a6ab68ed8 100644
--- a/Library/Formula/fdk-aac.rb
+++ b/Library/Formula/fdk-aac.rb
@@ -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"