aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-08-17 18:42:14 -0400
committerMax Howell2012-08-17 18:42:22 -0400
commitda628ce10641be232f4cdf9c06dc764d0a116572 (patch)
tree0508cec5bcb9d987cc3608abb8431f546a77b0c4
parentb681f1f8eded04ab85978fbea42969bf61ced71e (diff)
downloadhomebrew-da628ce10641be232f4cdf9c06dc764d0a116572.tar.bz2
avro-c conflicts with xz
-rw-r--r--Library/Formula/avro-c.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/avro-c.rb b/Library/Formula/avro-c.rb
index 7ba826056..62771faf2 100644
--- a/Library/Formula/avro-c.rb
+++ b/Library/Formula/avro-c.rb
@@ -5,6 +5,9 @@ class AvroC < Formula
url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.6.3/c/avro-c-1.6.3.tar.gz'
md5 'af3f15605b47d02719706e5d67de8e75'
+ # probably should be an optional dep
+ conflicts_with 'xz'
+
depends_on 'cmake' => :build
def install