aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/patchutils.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/patchutils.rb')
-rw-r--r--Library/Formula/patchutils.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/patchutils.rb b/Library/Formula/patchutils.rb
index 1c11d7240..a92985cb7 100644
--- a/Library/Formula/patchutils.rb
+++ b/Library/Formula/patchutils.rb
@@ -5,8 +5,6 @@ class Patchutils < Formula
url 'http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.3.tar.xz'
sha1 '89d3f8a454bacede1b9a112b3a13701ed876fcc1'
- depends_on 'xz'
-
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"