aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgis.rb1
1 files changed, 1 insertions, 0 deletions
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'