aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-16 23:34:38 -0500
committerJack Nagel2014-05-16 23:40:10 -0500
commit83a6b4c60a8331d01b2304f5ecf895db6da74ab3 (patch)
tree6a337023adc4a38edb922a3e7e7d0103f416939e /Library/Formula
parent2bef9cab75f85103798faa6eea98a95eea7ef254 (diff)
downloadhomebrew-83a6b4c60a8331d01b2304f5ecf895db6da74ab3.tar.bz2
fuse4x: remove old automake hack
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fuse4x.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/fuse4x.rb b/Library/Formula/fuse4x.rb
index 75f77c4ca..14cf08178 100644
--- a/Library/Formula/fuse4x.rb
+++ b/Library/Formula/fuse4x.rb
@@ -5,12 +5,10 @@ class Fuse4x < Formula
url 'https://github.com/fuse4x/fuse/archive/fuse4x_0_9_2.tar.gz'
sha1 '3a9700f716eff930dcd2426772c642a09adcc73a'
- # Always use newer versions of these tools
depends_on 'autoconf' => :build
depends_on 'automake' => :build
depends_on 'libtool' => :build
-
- depends_on 'gettext'
+ depends_on 'gettext' => :build
depends_on 'fuse4x-kext'
conflicts_with 'osxfuse', :because => 'both install `fuse.pc`'
@@ -19,7 +17,6 @@ class Fuse4x < Formula
# Build universal if the hardware can handle it---otherwise 32 bit only
MacOS.prefer_64_bit? ? ENV.universal_binary : ENV.m32
- inreplace 'configure.in', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADERS'
inreplace 'makeconf.sh', 'libtoolize', 'glibtoolize'
system './makeconf.sh'