aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-03-27 14:41:49 +0800
committerwen <wen@FreeBSD.org>2010-03-27 14:41:49 +0800
commit95eeaa7ae7c184d9ada198476a7ccb849c4a4281 (patch)
treea4b82445edbeaa76fc3e60f696606876a562999a /graphics
parent900531be02031d460aa67f30419e11b88f4793a5 (diff)
downloadfreebsd-ports-gnome-95eeaa7ae7c184d9ada198476a7ccb849c4a4281.tar.gz
freebsd-ports-gnome-95eeaa7ae7c184d9ada198476a7ccb849c4a4281.tar.zst
freebsd-ports-gnome-95eeaa7ae7c184d9ada198476a7ccb849c4a4281.zip
- Fix typo in Makefile
Thanks to: stas@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mapserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile
index db2c769b799c..e1f401fd951f 100644
--- a/graphics/mapserver/Makefile
+++ b/graphics/mapserver/Makefile
@@ -29,7 +29,7 @@ OPTIONS= AGG "Support for AGG image rendering (req: FreeType)" off \
PDF "Support for PDF output via pdflib" off \
GDAL "Support for a number of input raster formats" off \
GEOS "Use GEOS engine where possible" off \
- POSTGIS "Support for PostGIS" on \
+ POSTGIS "Support for PostGIS" off \
PHP "Support for MapScript/PHP" off \
PERL "Support for MapScript/PERL" off \
WMS "Support for web map service server and client" off \