diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mapserver.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb index 8bbc36ddc..d83f61d3c 100644 --- a/Library/Formula/mapserver.rb +++ b/Library/Formula/mapserver.rb @@ -36,6 +36,7 @@ class Mapserver < Formula args << "--with-geos" if build.with? 'geos' args << "--with-php=/usr/bin/php-config" if build.include? 'with-php' + args << "--with-cairo" if build.with? 'cairo' if build.include? 'with-postgresql' if MacOS.version >= :lion # Lion ships with PostgreSQL libs |
