From 4a9132c9b8ec2b79a3bc8115a0ed5e9d4b2f36ca Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 8 Feb 2013 21:23:07 -0600 Subject: [PATCH] cclive: depends on pcre Fixes Homebrew/homebrew#17708. --- Formula/cclive.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/cclive.rb b/Formula/cclive.rb index 5b0aceee7a..6083ac547c 100644 --- a/Formula/cclive.rb +++ b/Formula/cclive.rb @@ -9,6 +9,7 @@ class Cclive < Formula depends_on 'xz' => :build depends_on 'quvi' depends_on 'boost' + depends_on 'pcre' # Fix linking against Boost during configure. See: # https://trac.macports.org/ticket/29982