bro: Add conflict rule with brotli
This commit is contained in:
parent
9fd6ec76b3
commit
fbdf471ca8
1 changed files with 2 additions and 0 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue