diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fuse4x.rb | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
