Skip to content

Commit

Permalink
blitzwave: modernize autotools deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jun 1, 2014
1 parent 430acfb commit cab1e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/blitzwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cab1e60

Please sign in to comment.