From 33ac023a1f20e4e34d47c0bc083837b752ba67ed Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 26 Nov 2013 21:31:20 -0800 Subject: geoip: always use newer autotools Closes #24662. --- Library/Formula/geoip.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/geoip.rb b/Library/Formula/geoip.rb index 1b62a5596..2e3ade95c 100644 --- a/Library/Formula/geoip.rb +++ b/Library/Formula/geoip.rb @@ -6,10 +6,9 @@ class Geoip < Formula sha1 '41ed21fb2d40e54648cae2a1f73e8a5210676def' head 'https://github.com/maxmind/geoip-api-c.git' - # These are needed for the autoreconf it always tries to run. - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on 'autoconf' => :build + depends_on 'automake' => :build + depends_on 'libtool' => :build option :universal -- cgit v1.2.3