aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:18 -0500
committerJack Nagel2014-12-04 12:01:18 -0500
commit3fc4d62d3c1d3514133b2d0b1f030c834a2a73d5 (patch)
tree74665256df662ff7d1f492c11123ae8346c1b4a7 /Library/Formula
parent58980ce85e6ade4702c0b77b59c15e1f63043a01 (diff)
downloadhomebrew-3fc4d62d3c1d3514133b2d0b1f030c834a2a73d5.tar.bz2
aubio: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aubio.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/aubio.rb b/Library/Formula/aubio.rb
index 22b951df3..badafbafb 100644
--- a/Library/Formula/aubio.rb
+++ b/Library/Formula/aubio.rb
@@ -20,7 +20,7 @@ class Aubio < Formula
depends_on :python => :optional
depends_on 'pkg-config' => :build
- depends_on :libtool => :build
+ depends_on "libtool" => :build
depends_on 'libav' => :optional
depends_on 'libsndfile' => :optional