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:
Jack Nagel 2011-11-01 00:24:09 -05:00
parent 7134e68ef8
commit ba0b187dcb

View file

@ -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"