diff options
| author | Jack Nagel | 2014-03-15 00:16:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-15 00:16:36 -0500 |
| commit | 7d4652d84b09a4578f7496863a57182cbe86118c (patch) | |
| tree | fa1fd19de9309655d01331e798e770b9c5c6784c /Library/Formula/patchutils.rb | |
| parent | 5dfefebd91853e86b9ba89344e3cc59418807b6d (diff) | |
| download | homebrew-7d4652d84b09a4578f7496863a57182cbe86118c.tar.bz2 | |
patchutils: remove redundant xz dep
Diffstat (limited to 'Library/Formula/patchutils.rb')
| -rw-r--r-- | Library/Formula/patchutils.rb | 2 |
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" |
