goaccess: add build-time dep on pkg-config
Fixes Homebrew/homebrew#8399. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7134e68ef8
commit
ba0b187dcb
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class Goaccess < Formula
|
|||
md5 '7d7707c294c949d612e451da2f003c37'
|
||||
head 'git://goaccess.git.sourceforge.net/gitroot/goaccess/goaccess'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'glib'
|
||||
depends_on 'geoip' if ARGV.include? "--enable-geoip"
|
||||
|
||||
|
|
Loading…
Reference in a new issue