gv: depends on pkg-config

This commit is contained in:
Jack Nagel 2013-03-18 13:59:04 -05:00
parent 532a48093e
commit c6bddc3061

View file

@ -6,6 +6,7 @@ class Gv < Formula
mirror 'http://ftp.gnu.org/gnu/gv/gv-3.7.4.tar.gz'
sha1 'd5bc11a37136dff69248f943a632544a4036b63f'
depends_on 'pkg-config' => :build
depends_on 'ghostscript' => 'with-x11'
depends_on :x11 => '2.7.2'