From 0e3fd65b1219c7048719e181d0aebbb3e7e6bf5d Mon Sep 17 00:00:00 2001 From: Samuel John Date: Sat, 15 Dec 2012 12:21:02 +0100 Subject: wget: --HEAD depends_on 'xz' - Otherwise bootstrap complains about the 'xz' binary not found. Closes #16670. Signed-off-by: Charlie Sharpsteen --- Library/Formula/wget.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb index f776f20cc..6dbbf7115 100644 --- a/Library/Formula/wget.rb +++ b/Library/Formula/wget.rb @@ -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 -- cgit v1.2.3