diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tup.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/tup.rb b/Library/Formula/tup.rb index 4d76c4cba..a5ced27e7 100644 --- a/Library/Formula/tup.rb +++ b/Library/Formula/tup.rb @@ -7,7 +7,7 @@ class Tup < Formula head 'https://github.com/gittup/tup.git' depends_on 'pkg-config' => :build - depends_on 'fuse4x' + depends_on 'osxfuse' def install ENV['TUP_LABEL'] = version @@ -21,7 +21,7 @@ class Tup < Formula end def caveats; <<-EOS.undent - Make sure to follow the directions given by `brew info fuse4x-kext` + Make sure to follow the directions given by `brew info osxfuse` before using 'tup' build tool. EOS end |
