aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fuse4x.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 7e6188ba9..4347e6cc8 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -5,14 +5,11 @@ class Fuse4x < Formula
url 'https://github.com/fuse4x/fuse.git', :tag => "fuse4x_0_9_0"
version "0.9.0"
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
depends_on 'gettext'
depends_on 'fuse4x-kext'
- if MacOS.xcode_version >= "4.3"
- depends_on "automake" => :build
- depends_on "libtool" => :build
- end
-
def install
# Build universal if the hardware can handle it---otherwise 32 bit only
MacOS.prefer_64_bit? ? ENV.universal_binary : ENV.m32