aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/librasterlite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/librasterlite.rb b/Library/Formula/librasterlite.rb
index 50ced11b1..fe8975d2b 100644
--- a/Library/Formula/librasterlite.rb
+++ b/Library/Formula/librasterlite.rb
@@ -12,7 +12,7 @@ class Librasterlite < Formula
def install
# Ensure Homebrew SQLite libraries are found before the system SQLite
- sqlite = Formula.factory 'sqlite'
+ sqlite = Formula["sqlite"]
ENV.append 'LDFLAGS', "-L#{sqlite.opt_prefix}/lib"
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"