From d0c62d889e6372f208cbb520cb0d2f3d69e98145 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Jan 2014 02:46:09 +0100 Subject: afuse: use osxfuse Signed-off-by: Jack Nagel --- Library/Formula/afuse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/afuse.rb b/Library/Formula/afuse.rb index 320919806..04e85a271 100644 --- a/Library/Formula/afuse.rb +++ b/Library/Formula/afuse.rb @@ -10,7 +10,7 @@ class Afuse < Formula depends_on :libtool depends_on 'pkg-config' => :build - depends_on 'fuse4x' + depends_on 'osxfuse' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", @@ -19,7 +19,7 @@ class Afuse < Formula end 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 -- cgit v1.2.3