aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 21:35:14 -0800
committerAdam Vandenberg2014-02-27 08:21:21 -0800
commit5a34e24fafe08a58f1ce94dc75ca569bca244aeb (patch)
tree7901afa53a02f4dffae842af498284b063b5ba2c /Library
parent0d0979193d68dc270744f800a0cb140d055a9d30 (diff)
downloadhomebrew-5a34e24fafe08a58f1ce94dc75ca569bca244aeb.tar.bz2
wget: use Formula[]
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"