cclive: fix audit

cclive:
  * `depends_on` (line 17) should be put before `conflicts_with` (line 15)
master
Miguel Araújo 2017-02-11 21:10:57 -03:00 committed by Mike McQuaid
parent 883b1dc48d
commit 3fb6940cb1
1 changed files with 2 additions and 2 deletions

View File

@ -12,13 +12,13 @@ class Cclive < Formula
sha256 "74168fac20d931d1b6e2c702ac5818188288271100c9e3f15245b63a1e27d9bc" => :mavericks
end
conflicts_with "clozure-cl", :because => "both install a ccl binary"
depends_on "pkg-config" => :build
depends_on "quvi"
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}"