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