cclive: fix audit
cclive: * `depends_on` (line 17) should be put before `conflicts_with` (line 15)
This commit is contained in:
parent
883b1dc48d
commit
3fb6940cb1
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue