aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorbjoernhaeuser2013-02-15 10:13:05 +0100
committerAdam Vandenberg2013-02-15 08:14:35 -0800
commit778c92998237ffed24a56365718e858cc1016a7a (patch)
tree946653debfcc31886f2fbfbe7edd6377fe7d6a74 /Library
parent97fdb3b087b1bbeaffa4bcc7669bdb21771be5d8 (diff)
downloadhomebrew-778c92998237ffed24a56365718e858cc1016a7a.tar.bz2
rabbitmq-c: add missing deps
Closes #17803. Closes #17854. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/rabbitmq-c.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/rabbitmq-c.rb b/Library/Formula/rabbitmq-c.rb
index 6617e906f..c14b753f8 100644
--- a/Library/Formula/rabbitmq-c.rb
+++ b/Library/Formula/rabbitmq-c.rb
@@ -13,6 +13,8 @@ class RabbitmqC < Formula
head 'https://github.com/alanxz/rabbitmq-c.git'
depends_on :autoconf
+ depends_on :automake
+ depends_on :libtool
depends_on 'rabbitmq'
depends_on 'simplejson' => :python if MacOS.version == :leopard