diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mapserver.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb index 68c302610..f2f77fc2f 100644 --- a/Library/Formula/mapserver.rb +++ b/Library/Formula/mapserver.rb @@ -16,7 +16,7 @@ class Mapserver < Formula depends_on 'gdal' depends_on 'geos' if build.include? 'with-geos' - depends_on 'postgresql' if build.include? '--with-postgresql' and not MacOS.lion? + depends_on 'postgresql' if build.include? 'with-postgresql' and not MacOS.lion? depends_on 'fcgi' if build.include? 'with-fastcgi' def configure_args |
