fuse4x: always depend on automake + libtool

Fixes Homebrew/homebrew#10853.
master
Misty De Meo 2012-03-21 22:17:01 -05:00
parent 0e1515f806
commit 073d6c44aa
1 changed files with 2 additions and 5 deletions

View File

@ -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