diff options
| author | Adam Vandenberg | 2013-11-15 23:43:19 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-15 23:43:19 -0800 |
| commit | 915d44030f95ce23b144992d46fde5f4085e5100 (patch) | |
| tree | da21e0c80be95de54c890372c9eae6f05720948c /Library/Formula/fastbit.rb | |
| parent | 2a0097ecd9f512cf4bb6fc92590ff31e36077926 (diff) | |
| download | homebrew-915d44030f95ce23b144992d46fde5f4085e5100.tar.bz2 | |
fastbit/iniparser conflict
Diffstat (limited to 'Library/Formula/fastbit.rb')
| -rw-r--r-- | Library/Formula/fastbit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fastbit.rb b/Library/Formula/fastbit.rb index f13ef8162..49be69555 100644 --- a/Library/Formula/fastbit.rb +++ b/Library/Formula/fastbit.rb @@ -5,6 +5,7 @@ class Fastbit < Formula url 'https://codeforge.lbl.gov/frs/download.php/409/fastbit-ibis1.3.8.tar.gz' sha1 '3e0feed7932d34be49ca41fdb689f55b0466a28a' + conflicts_with 'iniparser', :because => 'Both install `include/dictionary.h`' conflicts_with 'salt', :because => 'Both install `include/filter.h`' def install |
