diff options
| -rw-r--r-- | Library/Formula/par2tbb.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/par2tbb.rb b/Library/Formula/par2tbb.rb index a3249664b..2edd0a489 100644 --- a/Library/Formula/par2tbb.rb +++ b/Library/Formula/par2tbb.rb @@ -7,8 +7,8 @@ class Par2tbb < Formula depends_on 'tbb' - conficts_with "par2", - :because "par2tbb and par2 install the same binaries." + conflicts_with "par2", + :because => "par2tbb and par2 install the same binaries." fails_with :clang do build 318 |
