aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/classads.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/classads.rb b/Library/Formula/classads.rb
index 7e872f16e..1d9b96926 100644
--- a/Library/Formula/classads.rb
+++ b/Library/Formula/classads.rb
@@ -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}"