aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/coreutils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/coreutils.rb')
-rw-r--r--Library/Formula/coreutils.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index 07f448121..cf891875c 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/Formula/coreutils.rb
@@ -9,8 +9,6 @@ class Coreutils < Formula
conflicts_with 'ganglia', :because => 'both install `gstat` binaries'
conflicts_with 'idutils', :because => 'both install `gid` and `gid.1`'
- depends_on 'xz' => :build
-
def install
system "./configure", "--prefix=#{prefix}",
"--program-prefix=g",