diff options
| author | Adam Vandenberg | 2013-11-12 20:46:19 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-12 21:42:49 -0800 |
| commit | 6d5d887750abc9526cf3a8dab7377d53589013fb (patch) | |
| tree | 37ffa10251b75446093a95d482c5755e3897f354 /Library/Formula/normalize.rb | |
| parent | 8e38767b6440942e4cb6838df273333040375cce (diff) | |
| download | homebrew-6d5d887750abc9526cf3a8dab7377d53589013fb.tar.bz2 | |
normalize/num-utils conflict
Diffstat (limited to 'Library/Formula/normalize.rb')
| -rw-r--r-- | Library/Formula/normalize.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/normalize.rb b/Library/Formula/normalize.rb index f2e29a81b..a0e24feb4 100644 --- a/Library/Formula/normalize.rb +++ b/Library/Formula/normalize.rb @@ -9,6 +9,8 @@ class Normalize < Formula depends_on 'mad' => :recommended + conflicts_with 'num-utils', :because => 'both install `normalize` binaries' + def install args = %W[ --disable-debug |
