diff options
| author | Mike McQuaid | 2014-12-11 12:14:22 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-12 09:52:56 +0000 |
| commit | c5d1a4d546821dbf27a9ab6ebe2fed46a48077e5 (patch) | |
| tree | 0af6c728b8f8fa4c2bcee4ba5cebb4358c17cf69 /Library/Formula | |
| parent | b9145968d0411743a79671ea9710b3daea1371cb (diff) | |
| download | homebrew-c5d1a4d546821dbf27a9ab6ebe2fed46a48077e5.tar.bz2 | |
osxfuse: set kext cask and binary.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/osxfuse.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/osxfuse.rb b/Library/Formula/osxfuse.rb index 1bc11e504..c5ddec5b9 100644 --- a/Library/Formula/osxfuse.rb +++ b/Library/Formula/osxfuse.rb @@ -13,8 +13,11 @@ class Osxfuse < Formula depends_on :macos => :snow_leopard depends_on :xcode => :build + depends_on ConflictsWithBinaryOsxfuse - depends_on UnsignedKextRequirement + depends_on UnsignedKextRequirement => [ :cask => "osxfuse", + :binary => "http://sourceforge.net/projects/osxfuse/files/" ] + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build |
