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:
parent
8d00234d0f
commit
2fe31b50cc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue