aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-09-30 08:24:17 -0700
committerTim D. Smith2014-09-30 08:24:17 -0700
commitc4e96ebb231953356e4be536d0e34f33dc425fae (patch)
tree216390cf13376ae8c7d096c2eaf1c53c5f18524f /Library
parent1471c24c1a23bc9ae00e2792e3f74167fe799798 (diff)
downloadhomebrew-c4e96ebb231953356e4be536d0e34f33dc425fae.tar.bz2
postgis: GUI needs brewed pkg-config
Fixes #32810.
Diffstat (limited to 'Library')
-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'