wget: use Formula[]
This commit is contained in:
parent
4f5255b3b9
commit
ef77342a82
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue