aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ifuse.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ifuse.rb')
-rw-r--r--Library/Formula/ifuse.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ifuse.rb b/Library/Formula/ifuse.rb
index 79914acd4..71ef2766f 100644
--- a/Library/Formula/ifuse.rb
+++ b/Library/Formula/ifuse.rb
@@ -16,7 +16,7 @@ class Ifuse < Formula
depends_on 'pkg-config' => :build
depends_on 'glib'
depends_on 'libimobiledevice'
- depends_on 'fuse4x'
+ depends_on 'osxfuse'
def install
system "./autogen.sh" if build.head?
@@ -28,7 +28,7 @@ class Ifuse < Formula
def caveats
<<-EOS.undent
- Make sure to follow the directions given by `brew info fuse4x-kext`
+ Make sure to follow the directions given by `brew info osxfuse`
before trying to use a FUSE-based filesystem.
EOS
end