From a4ccbe284a34a3dc335931d438574a79ae8697a0 Mon Sep 17 00:00:00 2001 From: Nicholas Sivo Date: Sun, 24 Nov 2013 18:04:53 -0800 Subject: libmaxminddb: add deps, geoipupdate option. Most users will want the database auto-update tool, which until recently came bundled with geoip, the old format library. Closes #24637. Signed-off-by: Mike McQuaid --- Library/Formula/libmaxminddb.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/libmaxminddb.rb b/Library/Formula/libmaxminddb.rb index 119f6d68f..155cfce82 100644 --- a/Library/Formula/libmaxminddb.rb +++ b/Library/Formula/libmaxminddb.rb @@ -6,6 +6,13 @@ class Libmaxminddb < Formula sha1 'db7618a97c222cab0a0ba2fb8439abcd1465f10c' head 'https://github.com/maxmind/libmaxminddb.git' + if build.head? + depends_on 'autoconf' => :build + depends_on 'automake' => :build + depends_on 'libtool' => :build + end + depends_on 'geoipupdate' => :optional + option :universal def install -- cgit v1.2.3