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:
Samuel John 2012-12-15 12:21:02 +01:00 committed by Charlie Sharpsteen
parent 03f3cc73dd
commit 5c26b94b57

View file

@ -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