aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan2014-01-20 02:46:10 +0100
committerJack Nagel2014-01-21 15:23:41 -0600
commit186edb243e336f1db4aba9fcca5b06315edce6c1 (patch)
tree4fce24b882c4755a654db62fa0d8396bdc2c7ca7
parentdc5b6c8643a69f13d5462f1b801dcb9510bd5ce9 (diff)
downloadhomebrew-186edb243e336f1db4aba9fcca5b06315edce6c1.tar.bz2
ifuse: use osxfuse
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-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