aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fuse4x.rb
diff options
context:
space:
mode:
authorJohnathan Conley2014-08-29 14:05:12 -0500
committerMike McQuaid2014-09-09 10:17:03 +0100
commit1b1eada1cd97ded13c14c6057fc7ec8f10fe1612 (patch)
treee1c66dbd17d9e51b7c670a6b634ca8cb661f3efa /Library/Formula/fuse4x.rb
parent82170d1b3490cc9d35c7fc785cff29048f7892a9 (diff)
downloadhomebrew-1b1eada1cd97ded13c14c6057fc7ec8f10fe1612.tar.bz2
Add :osxfuse dependency to support binary install.
add :osxfuse symbolic dependency add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext Closes #31975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/fuse4x.rb')
-rw-r--r--Library/Formula/fuse4x.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 14cf08178..ac36ea406 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -9,6 +9,7 @@ class Fuse4x < Formula
depends_on 'automake' => :build
depends_on 'libtool' => :build
depends_on 'gettext' => :build
+ depends_on ConflictsWithBinaryOsxfuse
depends_on 'fuse4x-kext'
conflicts_with 'osxfuse', :because => 'both install `fuse.pc`'