aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 12:01:20 -0500
committerJack Nagel2014-12-04 12:01:20 -0500
commitbc6d9096b7c07ed5591a7ce314ebf952e157925a (patch)
tree2f2e5fc55d9291a2d59ca89beeaf1c5d88eae89a /Library/Formula
parent91d9dada36dc60bd1ac4ffba436226803ab10b74 (diff)
downloadhomebrew-bc6d9096b7c07ed5591a7ce314ebf952e157925a.tar.bz2
cuetools: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cuetools.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/cuetools.rb b/Library/Formula/cuetools.rb
index 5e309da03..5c12895bf 100644
--- a/Library/Formula/cuetools.rb
+++ b/Library/Formula/cuetools.rb
@@ -14,9 +14,9 @@ class Cuetools < Formula
sha1 "c21d19db598c92f1829c6b92bdafa0215cd33a6f" => :lion
end
- depends_on :autoconf => :build
- depends_on :automake => :build
- depends_on :libtool => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
# see https://github.com/svend/cuetools/pull/18
patch :DATA