aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2012-12-15 12:21:02 +0100
committerCharlie Sharpsteen2012-12-20 13:07:42 -0800
commit0e3fd65b1219c7048719e181d0aebbb3e7e6bf5d (patch)
tree17d2b653fcdc79599e1f88c228a13f2bbf4bafa5 /Library
parent427f86a9c0e7f9463aeb8360ef42c311db960aaa (diff)
downloadhomebrew-0e3fd65b1219c7048719e181d0aebbb3e7e6bf5d.tar.bz2
wget: --HEAD depends_on 'xz'
- Otherwise bootstrap complains about the 'xz' binary not found. Closes #16670. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wget.rb1
1 files changed, 1 insertions, 0 deletions
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