diff options
author | wen <wen@FreeBSD.org> | 2010-03-27 14:41:49 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-27 14:41:49 +0800 |
commit | 95eeaa7ae7c184d9ada198476a7ccb849c4a4281 (patch) | |
tree | a4b82445edbeaa76fc3e60f696606876a562999a /graphics | |
parent | 900531be02031d460aa67f30419e11b88f4793a5 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |