bro: recommend installation of geoip

The bro lookup_location function requires geoip

Closes Homebrew/homebrew#24410.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Justin Azoff 2013-11-17 18:29:35 -05:00 committed by Jack Nagel
parent 8d00234d0f
commit 2fe31b50cc

View file

@ -8,6 +8,7 @@ class Bro < Formula
depends_on 'cmake' => :build
depends_on 'swig' => :build
depends_on 'libmagic'
depends_on 'geoip' => :recommended
def install
# Ruby bindings not building for me on 10.6 - @adamv