diff options
| author | Adam Vandenberg | 2014-02-26 19:25:44 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:22 -0800 | 
| commit | 1e2103472e5f67c03a331c501f7da5a2b3a5c0b7 (patch) | |
| tree | 9ac4398e480f076fee583f66a252513d0eb72bd2 | |
| parent | eb5ee8b5a32a25401138550570f96d0437e2c16b (diff) | |
| download | homebrew-1e2103472e5f67c03a331c501f7da5a2b3a5c0b7.tar.bz2 | |
libxmlsec1: use Formula[]
| -rw-r--r-- | Library/Formula/libxmlsec1.rb | 2 | 
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"  | 
