From 5a34e24fafe08a58f1ce94dc75ca569bca244aeb Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 25 Feb 2014 21:35:14 -0800 Subject: wget: use Formula[] --- Library/Formula/wget.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index 3b22b84f0..41470e8e8 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -37,7 +37,7 @@ class Wget < Formula --prefix=#{prefix} --sysconfdir=#{etc} --with-ssl=openssl - --with-libssl-prefix=#{Formula.factory("openssl").opt_prefix} + --with-libssl-prefix=#{Formula["openssl"].opt_prefix} ] args << "--disable-debug" unless build.include? "enable-debug" -- cgit v1.2.3