diff options
| author | Jack Nagel | 2012-05-14 22:57:36 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-05-14 22:57:36 -0500 |
| commit | a1a3e3658cde13127d92910293db8cec63cb10db (patch) | |
| tree | 06a2f1098d6950152338c21a073f2f773aeb7648 /Library | |
| parent | 90c8b8a0f04514094a8e47a2adb1a9237bb85636 (diff) | |
| download | homebrew-a1a3e3658cde13127d92910293db8cec63cb10db.tar.bz2 | |
libimobiledevice: depend on automake on Xcode 4.3+
Buildling HEAD invokes aclocal and automake; the automake dep will pull
in autoconf, so just replace it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libimobiledevice.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb index c8ae89c72..a357e2220 100644 --- a/Library/Formula/libimobiledevice.rb +++ b/Library/Formula/libimobiledevice.rb @@ -16,7 +16,7 @@ class Libimobiledevice < Formula if MacOS.xcode_version >= "4.3" and ARGV.build_head? depends_on 'libtool' => :build - depends_on 'autoconf' => :build + depends_on 'automake' => :build end def install |
