wget: --HEAD depends_on 'xz'
- Otherwise bootstrap complains about the 'xz' binary not found. Closes Homebrew/homebrew#16670. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
03f3cc73dd
commit
5c26b94b57
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Wget < Formula
|
|||
if build.head?
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "xz" => :build
|
||||
depends_on "gettext"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue