diff options
| author | Adam Vandenberg | 2013-11-14 23:41:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-14 23:41:38 -0800 |
| commit | 9447f792d29e019c34a7158fdbd7063f0fb4f1a0 (patch) | |
| tree | cfeb768c1c13304b9aa3791bb208bc0bad1996cf /Library/Formula | |
| parent | 0b80963ab974c6616c756ca4c29e90e274b55200 (diff) | |
| download | homebrew-9447f792d29e019c34a7158fdbd7063f0fb4f1a0.tar.bz2 | |
gtc/pcb conflict
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gts.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pcb.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/gts.rb b/Library/Formula/gts.rb index b7e7a2855..e3e7da69c 100644 --- a/Library/Formula/gts.rb +++ b/Library/Formula/gts.rb @@ -12,6 +12,8 @@ class Gts < Formula depends_on 'glib' depends_on 'netpbm' + conflicts_with 'pcb', :because => 'both install `include/gts.h`' + # Fix for newer netpbm. # This software hasn't been updated in seven years def patches; DATA; end diff --git a/Library/Formula/pcb.rb b/Library/Formula/pcb.rb index 40c942a62..f72f05818 100644 --- a/Library/Formula/pcb.rb +++ b/Library/Formula/pcb.rb @@ -23,6 +23,8 @@ class Pcb < Formula # See comments in intltool formula depends_on 'XML::Parser' => :perl + conflicts_with 'gts', :because => 'both install `include/gts.h`' + def patches DATA end |
