diff options
| author | Max Howell | 2012-02-29 01:44:13 +0000 |
|---|---|---|
| committer | Max Howell | 2012-02-29 02:03:26 +0000 |
| commit | 56771ee0605a368e765187bdebaed45695ca3e91 (patch) | |
| tree | 76c0a65f17a16ab0ae8c09332677d54e6e75221b /Library/Formula/libemu.rb | |
| parent | c5032dee248fad8020036290bc48258e5f65f3e5 (diff) | |
| download | homebrew-56771ee0605a368e765187bdebaed45695ca3e91.tar.bz2 | |
More formula that now depend on automake
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
Diffstat (limited to 'Library/Formula/libemu.rb')
| -rw-r--r-- | Library/Formula/libemu.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libemu.rb b/Library/Formula/libemu.rb index b3a0a8fcc..9499585a5 100644 --- a/Library/Formula/libemu.rb +++ b/Library/Formula/libemu.rb @@ -14,6 +14,13 @@ class Libemu < Formula [["--enable-python-bindings", "Compile bindings for Python"]] end + if MacOS.xcode_version >= "4.3" + # remove the autoreconf if possible, no comment provided about why it is there + # so we have no basis to make a decision at this point. + depends_on "automake" => :build + depends_on "libtool" => :build + end + def install inreplace 'Makefile.am' do |s| # Need to fix the static location of pkgconfigpath |
