diff options
| author | Nikolay Kolev | 2013-10-30 13:39:07 -0700 |
|---|---|---|
| committer | Jack Nagel | 2013-11-16 23:48:16 -0600 |
| commit | 3165c18cd623929b090d5daabb6ccb60b5aa4a28 (patch) | |
| tree | e202cf83ca52cb5a6cf0e3fafe6f5afd84e5450b | |
| parent | b6cdca737ae57b49b0ffe8268c4917d42bf75d34 (diff) | |
| download | homebrew-3165c18cd623929b090d5daabb6ccb60b5aa4a28.tar.bz2 | |
tup: switch from fuse4x to osxfuse
Closes #23816.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 |
