diff options
| author | Johnathan Conley | 2014-08-29 14:05:12 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-09-09 10:17:03 +0100 |
| commit | 1b1eada1cd97ded13c14c6057fc7ec8f10fe1612 (patch) | |
| tree | e1c66dbd17d9e51b7c670a6b634ca8cb661f3efa /Library/Formula/fuse4x.rb | |
| parent | 82170d1b3490cc9d35c7fc785cff29048f7892a9 (diff) | |
| download | homebrew-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.rb | 1 |
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`' |
