mapserver: fix use of new dsl
This commit is contained in:
parent
81d295df4a
commit
6a64c849f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue