curlftpfs: use osxfuse

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Stefan 2014-01-20 02:46:10 +01:00 committed by Jack Nagel
parent e3d4561210
commit 28002c617e
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class Curlftpfs < Formula
depends_on 'pkg-config' => :build depends_on 'pkg-config' => :build
depends_on 'fuse4x' depends_on 'osxfuse'
depends_on 'glib' depends_on 'glib'
def install def install
@ -28,7 +28,7 @@ class Curlftpfs < Formula
end end
def caveats; <<-EOS.undent 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. before trying to use a FUSE-based filesystem.
EOS EOS
end end