aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libemu.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libemu.rb')
-rw-r--r--Library/Formula/libemu.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/libemu.rb b/Library/Formula/libemu.rb
index 331521e16..e0491c8b7 100644
--- a/Library/Formula/libemu.rb
+++ b/Library/Formula/libemu.rb
@@ -14,12 +14,8 @@ 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
+ depends_on :automake
+ depends_on :libtool
def install
inreplace 'Makefile.am' do |s|