aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pdns.rb2
1 files changed, 1 insertions, 1 deletions
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"