aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-31 20:39:24 -0500
committerJack Nagel2014-05-31 20:39:24 -0500
commit826a332c1f65a111c4bbf0f283e5cfd195e198b9 (patch)
tree1a87d19700bb894cc37aad97054ec08347e086be
parent33254cffb173c8c599a0978e5d6272b32cd5b2b5 (diff)
downloadhomebrew-826a332c1f65a111c4bbf0f283e5cfd195e198b9.tar.bz2
blitzwave: modernize autotools deps
-rw-r--r--Library/Formula/blitzwave.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/blitzwave.rb b/Library/Formula/blitzwave.rb
index bf6345764..7ee610fa0 100644
--- a/Library/Formula/blitzwave.rb
+++ b/Library/Formula/blitzwave.rb
@@ -5,10 +5,10 @@ class Blitzwave < Formula
url 'https://github.com/oschulz/blitzwave/archive/v0.8.0.tar.gz'
sha1 '16d96f28ba295659301ab6485782715786fd496e'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
- depends_on 'blitz'
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
+ depends_on "blitz"
# an automake tweak to fix compiling
# reported upstream: https://github.com/oschulz/blitzwave/issues/2