diff options
| author | Jack Nagel | 2014-05-16 23:34:37 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-16 23:40:10 -0500 |
| commit | d4301866f2b7c12ad75e85696d3a91b88016017f (patch) | |
| tree | 7dceb3531ad0a703391f614df89ba24be35aae6a /Library/Formula | |
| parent | 6879dcd20be4fc889a89a422aaf2f4d4717558fb (diff) | |
| download | homebrew-d4301866f2b7c12ad75e85696d3a91b88016017f.tar.bz2 | |
libkml: remove old automake hack
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libkml.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/libkml.rb b/Library/Formula/libkml.rb index e3cd8d1b4..71b1d95c2 100644 --- a/Library/Formula/libkml.rb +++ b/Library/Formula/libkml.rb @@ -23,9 +23,9 @@ class Libkml < Formula head do url 'http://libkml.googlecode.com/svn/trunk/' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build # see stable patch patch do @@ -46,9 +46,6 @@ class Libkml < Formula # harmless inreplace 'configure.ac', '-Werror', '' - # Compatibility with Automake 1.13 and newer. - inreplace 'configure.ac', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADER' - system "./autogen.sh" end |
