diff options
| author | Stefan | 2014-01-20 06:05:26 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-01-21 15:24:52 -0600 |
| commit | d1c1469ee316336ee95bdecb8a09e8a06ec171d8 (patch) | |
| tree | 9e92c7990ecb33607f57e27239a6a429e8c4db3c /Library/Formula | |
| parent | 0e3e55d03e4ea7e8c1694d3b6588e3a1f1ba0eda (diff) | |
| download | homebrew-d1c1469ee316336ee95bdecb8a09e8a06ec171d8.tar.bz2 | |
ntfs-3g: use osxfuse
Closes #26044.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ntfs-3g.rb | 11 |
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 |
