diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/afuse.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
