From c4e96ebb231953356e4be536d0e34f33dc425fae Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Tue, 30 Sep 2014 08:24:17 -0700 Subject: postgis: GUI needs brewed pkg-config Fixes #32810. --- Library/Formula/postgis.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index 32a1d186f..6d9d6ce2f 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -21,6 +21,7 @@ class Postgis < Formula depends_on 'geos' depends_on 'gtk+' if build.with? "gui" + depends_on 'pkg-config' if build.with? "gui" # For GeoJSON and raster handling depends_on 'json-c' -- cgit v1.2.3