From 74b4c03ddcd0cfe0a17330030ab7944ea06eb7fd Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 28 Feb 2012 17:18:43 +0000 Subject: Fuse4x depends_on libtool too Refs #10524.--- Library/Formula/fuse4x.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb index 4c649c53c..2d44c3caf 100644 --- a/Library/Formula/fuse4x.rb +++ b/Library/Formula/fuse4x.rb @@ -7,7 +7,11 @@ class Fuse4x < Formula depends_on 'gettext' depends_on 'fuse4x-kext' - depends_on "automake" if MacOS.xcode_version >= "4.3" + + if MacOS.xcode_version >= "4.3" + depends_on "automake" + depends_on "libtool" + end def install # Build universal if the hardware can handle it---otherwise 32 bit only -- cgit v1.2.3