From a2fa3767295301dc18968552d241024bb95b1188 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 25 Feb 2014 21:07:20 -0800 Subject: pdns: use Formula[] --- Library/Formula/pdns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pdns.rb b/Library/Formula/pdns.rb index 9748a6abd..d2e92d85e 100644 --- a/Library/Formula/pdns.rb +++ b/Library/Formula/pdns.rb @@ -17,7 +17,7 @@ class Pdns < Formula args = ["--prefix=#{prefix}", "--with-lua", "--with-sqlite3", - "--with-sqlite=#{Formula.factory("sqlite").opt_prefix}"] + "--with-sqlite=#{Formula["sqlite"].opt_prefix}"] # Include the PostgreSQL backend if requested if build.include? "pgsql" -- cgit v1.2.3