aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rabbitmq.rb
diff options
context:
space:
mode:
authorMax Howell2010-01-13 09:00:24 +0000
committerMax Howell2010-01-13 11:23:15 +0000
commitbbddc7dd9f2f01a58f6ff96afa2994e34699dc8b (patch)
treedfb27bc3a9e4b9c772c359d115c29a3e14885a7c /Library/Formula/rabbitmq.rb
parent338b4f44ee86e922066cfc0e8369a1a0348ee582 (diff)
downloadhomebrew-bbddc7dd9f2f01a58f6ff96afa2994e34699dc8b.tar.bz2
Adds: depends_on 'simplejson' => :python
So far we only added python, but we can add more. Fixes #401
Diffstat (limited to 'Library/Formula/rabbitmq.rb')
-rw-r--r--Library/Formula/rabbitmq.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb
index b06a9cdb5..875113b0c 100644
--- a/Library/Formula/rabbitmq.rb
+++ b/Library/Formula/rabbitmq.rb
@@ -6,6 +6,7 @@ class Rabbitmq <Formula
md5 '4505ca0fd8718439bd6f5e2af2379e56'
depends_on 'erlang'
+ depends_on 'simplejson' => :python if MACOS_VERSION < 10.6
def install
erlang_libdir = lib + "rabbitmq" + "erlang" + "lib"