classads: uses pcre, not pcre++
This commit is contained in:
parent
1b1ef749ed
commit
2fcd5b3f06
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Classads < Formula
|
|||
url 'ftp://ftp.cs.wisc.edu/condor/classad/c++/classads-1.0.10.tar.gz'
|
||||
sha256 'cde2fe23962abb6bc99d8fc5a5cbf88f87e449b63c6bca991d783afb4691efb3'
|
||||
|
||||
depends_on "pcre++"
|
||||
depends_on 'pcre'
|
||||
|
||||
def install
|
||||
system "./configure", "--enable-namespace", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue