From d1c1469ee316336ee95bdecb8a09e8a06ec171d8 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 20 Jan 2014 06:05:26 +0100 Subject: ntfs-3g: use osxfuse Closes #26044. Signed-off-by: Jack Nagel --- Library/Formula/ntfs-3g.rb | 11 +++++------ 1 file 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 -- cgit v1.2.3