aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ntfs-3g.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb
index 371fff356..9f682a374 100644
--- a/Library/Formula/ntfs-3g.rb
+++ b/Library/Formula/ntfs-3g.rb
@@ -6,7 +6,8 @@ class Ntfs3g < Formula
sha1 '8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818'
depends_on 'pkg-config' => :build
- depends_on 'fuse4x'
+ depends_on 'osxfuse'
+ depends_on 'gettext'
def patches
# From macports:
@@ -66,11 +67,9 @@ class Ntfs3g < Formula
end
end
- def caveats
- <<-EOS.undent
- Remember to install the fuse4x kernel extension as the root user.
- Instructions are found here:
- brew info fuse4x-kext
+ def caveats; <<-EOS.undent
+ Make sure to follow the directions given by `brew info osxfuse`
+ before trying to use a FUSE-based filesystem.
EOS
end
end