diff options
Diffstat (limited to 'Library/Formula/libsgml.rb')
| -rw-r--r-- | Library/Formula/libsgml.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libsgml.rb b/Library/Formula/libsgml.rb index a790faa3f..2120202f7 100644 --- a/Library/Formula/libsgml.rb +++ b/Library/Formula/libsgml.rb @@ -15,6 +15,13 @@ class Libsgml < Formula ] } 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 lib.mkpath system "autoreconf -fvi" |
