aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libxmlsec1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxmlsec1.rb b/Library/Formula/libxmlsec1.rb
index 43de3653a..21d51109d 100644
--- a/Library/Formula/libxmlsec1.rb
+++ b/Library/Formula/libxmlsec1.rb
@@ -16,7 +16,7 @@ class Libxmlsec1 < Formula
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--with-libxml=#{Formula.factory("libxml2").opt_prefix}",
+ "--with-libxml=#{Formula["libxml2"].opt_prefix}",
"--disable-crypto-dl",
"--disable-apps-crypto-dl"
system "make install"