diff options
| author | Adam Vandenberg | 2014-02-26 20:33:00 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:24 -0800 |
| commit | 2fa9ea56356c0a9ed7d9276ac331dc4fd15f4efd (patch) | |
| tree | fe8e7b5d2dbcf96f0e1cad6826d842d0c530788d | |
| parent | 8b92e8a5015ed7e6ab4a0fd79c41841b1de51b29 (diff) | |
| download | homebrew-2fa9ea56356c0a9ed7d9276ac331dc4fd15f4efd.tar.bz2 | |
qpdf: use Formula[]
| -rw-r--r-- | Library/Formula/qpdf.rb | 2 |
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" |
