aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorStefan2014-01-20 02:46:10 +0100
committerJack Nagel2014-01-21 15:23:37 -0600
commit8cd437701ac77c12a20608ba49e70c0531660d28 (patch)
tree2904a074b39576043f1713e14c3972fb0ffa3889 /Library
parent45477a9f82ab518196d4e230378ecb5bafd6360e (diff)
downloadhomebrew-8cd437701ac77c12a20608ba49e70c0531660d28.tar.bz2
curlftpfs: use osxfuse
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/curlftpfs.rb4
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