diff options
| author | Stefan | 2014-01-20 02:46:10 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-01-21 15:23:51 -0600 |
| commit | 0e3e55d03e4ea7e8c1694d3b6588e3a1f1ba0eda (patch) | |
| tree | d9340dde776b9a6c70b19c4875195f90fd18a408 /Library/Formula | |
| parent | 7890ef1b5742aa15567176cab5ff179e5ffcb68e (diff) | |
| download | homebrew-0e3e55d03e4ea7e8c1694d3b6588e3a1f1ba0eda.tar.bz2 | |
wdfs: use osxfuse
Closes #26039.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wdfs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/wdfs.rb b/Library/Formula/wdfs.rb index a121fce49..e7acddd17 100644 --- a/Library/Formula/wdfs.rb +++ b/Library/Formula/wdfs.rb @@ -8,7 +8,7 @@ class Wdfs < Formula depends_on 'pkg-config' => :build depends_on 'glib' depends_on 'neon' - depends_on 'fuse4x' + depends_on 'osxfuse' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
