From 8cd437701ac77c12a20608ba49e70c0531660d28 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Jan 2014 02:46:10 +0100 Subject: curlftpfs: use osxfuse Signed-off-by: Jack Nagel --- Library/Formula/curlftpfs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/curlftpfs.rb b/Library/Formula/curlftpfs.rb index 69c2b7943..3a1572057 100644 --- a/Library/Formula/curlftpfs.rb +++ b/Library/Formula/curlftpfs.rb @@ -13,7 +13,7 @@ class Curlftpfs < Formula depends_on 'pkg-config' => :build - depends_on 'fuse4x' + depends_on 'osxfuse' depends_on 'glib' def install @@ -28,7 +28,7 @@ class Curlftpfs < 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