aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-13 17:25:14 -0500
committerJack Nagel2014-03-13 17:25:14 -0500
commit1773384668fbb95cabbd19ae73265585b5caef21 (patch)
tree7fdd013778919b5c32211d15dc4ac8d651be8b9c /Library/Formula
parent563c7406142c32cc8fd7b84b54841abb42fb9315 (diff)
downloadhomebrew-1773384668fbb95cabbd19ae73265585b5caef21.tar.bz2
opusfile: add autotools deps for HEAD
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/opusfile.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/opusfile.rb b/Library/Formula/opusfile.rb
index cbf3e7ba4..1312cac6e 100644
--- a/Library/Formula/opusfile.rb
+++ b/Library/Formula/opusfile.rb
@@ -5,7 +5,12 @@ class Opusfile < Formula
url 'http://downloads.xiph.org/releases/opus/opusfile-0.5.tar.gz'
sha1 '1ba9dabbbaa35034af8167661a918df6c003317e'
- head 'https://git.xiph.org/opusfile.git'
+ head do
+ url "https://git.xiph.org/opusfile.git"
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
+ end
depends_on 'pkg-config' => :build
depends_on 'opus'