ntfs-3g: use osxfuse

Closes Homebrew/homebrew#26044.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Stefan 2014-01-20 06:05:26 +01:00 committed by Jack Nagel
parent 1c9ae98415
commit a03e2e231e
1 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,8 @@ class Ntfs3g < Formula
sha1 '8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818' sha1 '8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818'
depends_on 'pkg-config' => :build depends_on 'pkg-config' => :build
depends_on 'fuse4x' depends_on 'osxfuse'
depends_on 'gettext'
def patches def patches
# From macports: # From macports:
@ -66,11 +67,9 @@ class Ntfs3g < Formula
end end
end end
def caveats def caveats; <<-EOS.undent
<<-EOS.undent Make sure to follow the directions given by `brew info osxfuse`
Remember to install the fuse4x kernel extension as the root user. before trying to use a FUSE-based filesystem.
Instructions are found here:
brew info fuse4x-kext
EOS EOS
end end
end end