diff options
Diffstat (limited to 'Library/Formula/ext4fuse.rb')
| -rw-r--r-- | Library/Formula/ext4fuse.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/ext4fuse.rb b/Library/Formula/ext4fuse.rb index f18e19d7b..d8e6a338e 100644 --- a/Library/Formula/ext4fuse.rb +++ b/Library/Formula/ext4fuse.rb @@ -8,7 +8,7 @@ class Ext4fuse < Formula    head 'https://github.com/gerard/ext4fuse.git'    depends_on 'pkg-config' => :build -  depends_on 'osxfuse' +  depends_on :osxfuse    def install      system 'make' | 
