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