diff options
| -rw-r--r-- | Library/Formula/avro-c.rb | 3 | 
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 | 
