bro: Add conflict rule with brotli

This commit is contained in:
Jonny Barnes 2016-01-02 20:34:33 +00:00 committed by Baptiste Fontaine
parent 9fd6ec76b3
commit fbdf471ca8

View file

@ -16,6 +16,8 @@ class Bro < Formula
depends_on "openssl"
depends_on "geoip" => :recommended
conflicts_with "brotli", :because => "Both install a `bro` binary"
def install
system "./configure", "--prefix=#{prefix}",
"--with-openssl=#{Formula["openssl"].opt_prefix}",