aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-26 20:33:00 -0800
committerAdam Vandenberg2014-02-27 08:21:24 -0800
commit2fa9ea56356c0a9ed7d9276ac331dc4fd15f4efd (patch)
treefe8e7b5d2dbcf96f0e1cad6826d842d0c530788d /Library/Formula
parent8b92e8a5015ed7e6ab4a0fd79c41841b1de51b29 (diff)
downloadhomebrew-2fa9ea56356c0a9ed7d9276ac331dc4fd15f4efd.tar.bz2
qpdf: use Formula[]
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qpdf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/qpdf.rb b/Library/Formula/qpdf.rb
index eb79f7e2b..4a9950b1f 100644
--- a/Library/Formula/qpdf.rb
+++ b/Library/Formula/qpdf.rb
@@ -9,7 +9,7 @@ class Qpdf < Formula
def install
# find Homebrew's libpcre
- ENV.append 'LDFLAGS', "-L#{Formula.factory('pcre').opt_prefix}/lib"
+ ENV.append 'LDFLAGS', "-L#{Formula["pcre"].opt_prefix}/lib"
system "./configure", "--prefix=#{prefix}"
system "make"