mapserver: fix use of new dsl

This commit is contained in:
Adam Vandenberg 2012-08-27 22:00:23 -07:00
parent 81d295df4a
commit 6a64c849f2

View file

@ -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