diff options
| author | Jack Nagel | 2014-03-19 20:21:15 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 20:43:54 -0500 |
| commit | 4a77f563f91b053a7996fa990fd9c354f4b7fe80 (patch) | |
| tree | c58af450819b7af65ab2fe1bd513c7a400e6f15c /Library/Formula | |
| parent | 4c42b12b91fadd39c9bc49728475298db3577f11 (diff) | |
| download | homebrew-4a77f563f91b053a7996fa990fd9c354f4b7fe80.tar.bz2 | |
newick-utils: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/newick-utils.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/newick-utils.rb b/Library/Formula/newick-utils.rb index 02aef80fb..93d5a3277 100644 --- a/Library/Formula/newick-utils.rb +++ b/Library/Formula/newick-utils.rb @@ -5,10 +5,8 @@ class NewickUtils < Formula url 'http://cegg.unige.ch/pub/newick-utils-1.6.tar.gz' sha1 'a9779054dcbf957618458ebfed07991fabeb3e19' - def patches - # don't bother testing nw_gen, it's known to fail on MacOSX - DATA - end + # don't bother testing nw_gen, it's known to fail on MacOSX + patch :DATA def install system "./configure", "--disable-dependency-tracking", |
