aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-16 23:34:37 -0500
committerJack Nagel2014-05-16 23:40:10 -0500
commitd4301866f2b7c12ad75e85696d3a91b88016017f (patch)
tree7dceb3531ad0a703391f614df89ba24be35aae6a /Library
parent6879dcd20be4fc889a89a422aaf2f4d4717558fb (diff)
downloadhomebrew-d4301866f2b7c12ad75e85696d3a91b88016017f.tar.bz2
libkml: remove old automake hack
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libkml.rb9
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