From 2fa9ea56356c0a9ed7d9276ac331dc4fd15f4efd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 26 Feb 2014 20:33:00 -0800 Subject: qpdf: use Formula[] --- Library/Formula/qpdf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3