diff --git a/Formula/ntfs-3g.rb b/Formula/ntfs-3g.rb index 371fff356e8..9f682a3747e 100644 --- a/Formula/ntfs-3g.rb +++ b/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