aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-12-11 12:14:22 +0000
committerMike McQuaid2014-12-12 09:52:56 +0000
commitc5d1a4d546821dbf27a9ab6ebe2fed46a48077e5 (patch)
tree0af6c728b8f8fa4c2bcee4ba5cebb4358c17cf69 /Library/Formula
parentb9145968d0411743a79671ea9710b3daea1371cb (diff)
downloadhomebrew-c5d1a4d546821dbf27a9ab6ebe2fed46a48077e5.tar.bz2
osxfuse: set kext cask and binary.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/osxfuse.rb5
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