cclive: remove conflict with clozure-cl (#25565)

clozure-cl was deleted.
This commit is contained in:
ilovezfs 2018-03-20 23:38:49 -07:00 committed by GitHub
parent 86d12d54d1
commit 9380abd501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,6 @@ class Cclive < Formula
depends_on "boost"
depends_on "pcre"
conflicts_with "clozure-cl", :because => "both install a ccl binary"
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"