xsd: conflicts with mono

This commit is contained in:
Baptiste Fontaine 2015-11-01 23:13:10 +01:00
parent 99df7320f9
commit 40eed5be6d

View file

@ -26,6 +26,8 @@ class Xsd < Formula
# received no response (yet).
patch :DATA
conflicts_with "mono", :because => "both install `xsd` binaries"
def install
ENV.append "LDFLAGS", `pkg-config --libs --static xerces-c`.chomp
system "make", "install", "install_prefix=#{prefix}"