afuse: use osxfuse

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Stefan 2014-01-20 02:46:09 +01:00 committed by Jack Nagel
parent b2c18a807c
commit 56d50f4df8

View file

@ -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