aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-14 23:41:38 -0800
committerAdam Vandenberg2013-11-14 23:41:38 -0800
commit9447f792d29e019c34a7158fdbd7063f0fb4f1a0 (patch)
treecfeb768c1c13304b9aa3791bb208bc0bad1996cf /Library/Formula
parent0b80963ab974c6616c756ca4c29e90e274b55200 (diff)
downloadhomebrew-9447f792d29e019c34a7158fdbd7063f0fb4f1a0.tar.bz2
gtc/pcb conflict
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gts.rb2
-rw-r--r--Library/Formula/pcb.rb2
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