aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-16 20:24:06 -0800
committerAdam Vandenberg2013-11-16 20:24:06 -0800
commit64ddd21837d078b621e9781a369dc1ecb8fd514f (patch)
treeaf62f3ec9c6682ff2fdc8e8716bb8d03a3968d9d /Library/Formula
parentea5123acbd917e148af1da2c1f3ccbe3f0f8219f (diff)
downloadhomebrew-64ddd21837d078b621e9781a369dc1ecb8fd514f.tar.bz2
fuse4x/osxfuse conflict
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fuse4x.rb2
-rw-r--r--Library/Formula/osxfuse.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index f5808c51a..2ac887ed3 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -13,6 +13,8 @@ class Fuse4x < Formula
depends_on 'gettext'
depends_on 'fuse4x-kext'
+ conflicts_with 'osxfuse', :because => 'both install `fuse.pc`'
+
def install
# Build universal if the hardware can handle it---otherwise 32 bit only
MacOS.prefer_64_bit? ? ENV.universal_binary : ENV.m32
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb
index dd5c9d7d9..fb8e86d3d 100644
--- a/Library/Formula/osxfuse.rb
+++ b/Library/Formula/osxfuse.rb
@@ -19,6 +19,8 @@ class Osxfuse < Formula
depends_on 'gettext' => :build
depends_on 'libtool' => :build
+ conflicts_with 'fuse4x', :because => 'both install `fuse.pc`'
+
def install
# Do not override Xcode build settings
ENV.remove_cc_etc