aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJames Mills2013-03-27 10:46:56 +1000
committerAdam Vandenberg2013-03-29 08:45:12 -0700
commit8338d0f5d16a440ea9338ba487a3e2bf6743b403 (patch)
tree2f678e0b8ee61d378e078eb64e47534dde9c08bd /Library
parent4cd60ac5ff2a24759879a5e2387b901dd4d0b7ae (diff)
downloadhomebrew-8338d0f5d16a440ea9338ba487a3e2bf6743b403.tar.bz2
mapserver: add --with-wfs option
Closes #18756. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mapserver.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb
index 2a857ff28..3da361707 100644
--- a/Library/Formula/mapserver.rb
+++ b/Library/Formula/mapserver.rb
@@ -31,6 +31,7 @@ class Mapserver < Formula
"--with-proj",
"--with-gdal",
"--with-ogr",
+ "--with-wfs",
]
args << "--with-geos" if build.with? 'geos'