zorba: conflicts_with xqilla

Closes Homebrew/homebrew#49593.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2016-02-27 15:04:43 +00:00
parent 462c4cd84c
commit 11db4805a9

View file

@ -21,6 +21,8 @@ class Zorba < Formula
depends_on "icu4c" depends_on "icu4c"
depends_on "xerces-c" depends_on "xerces-c"
conflicts_with "xqilla", :because => "Both supply xqc.h"
needs :cxx11 needs :cxx11
def install def install