aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-11-18 17:24:04 -0600
committerJack Nagel2014-11-18 18:35:37 -0600
commitead0cc623ff95a10680113e7c4f702a554a8bbfa (patch)
tree8aac7214f6d37c9ec7d78133d18ca498211a6b6a /Library
parent58fe3c07b25405de6936e1132cc6a4c514012876 (diff)
downloadhomebrew-ead0cc623ff95a10680113e7c4f702a554a8bbfa.tar.bz2
wget: remove HEAD dependency on xz
Unnecessary after 46a9cd6b6a8fd662a86f7dd5d783f1ab991e376a
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/wget.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/wget.rb b/Library/Formula/wget.rb
index f83e845e3..567f1f978 100644
--- a/Library/Formula/wget.rb
+++ b/Library/Formula/wget.rb
@@ -20,7 +20,6 @@ class Wget < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
- depends_on "xz" => :build
depends_on "gettext"
end