diff options
author | wen <wen@FreeBSD.org> | 2016-04-13 14:09:25 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-04-13 14:09:25 +0800 |
commit | e41f13c8559011261f888c5e21995b1fc6b71c40 (patch) | |
tree | a0f3c7b56cd011892125e3fb6187b2e0b3272dba /graphics/mapserver/Makefile | |
parent | 40dd48477b84fc0ce43dd7acee208a99ca5fcd19 (diff) | |
download | freebsd-ports-gnome-e41f13c8559011261f888c5e21995b1fc6b71c40.tar.gz freebsd-ports-gnome-e41f13c8559011261f888c5e21995b1fc6b71c40.tar.zst freebsd-ports-gnome-e41f13c8559011261f888c5e21995b1fc6b71c40.zip |
- Set CAIRO_SVG and KML as default options
Suggested by: usrbinerl@ya.ru(via email)
Diffstat (limited to 'graphics/mapserver/Makefile')
-rw-r--r-- | graphics/mapserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 0e091f059e7c..02cbe9d0de3f 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= mapserver PORTVERSION= 7.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ @@ -30,7 +30,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FRIBIDI CURL GDAL GEOS KML POSTGIS PHP PERL PYTHON \ WMS WFS WCS FASTCGI DEBUG CAIRO CAIRO_SVG \ CLIENT_WMS CLIENT_WFS -OPTIONS_DEFAULT= FRIBIDI GDAL GEOS CLIENT_WMS CLIENT_WFS +OPTIONS_DEFAULT= FRIBIDI GDAL GEOS CLIENT_WMS CLIENT_WFS KML CAIRO_SVG CAIRO_SVG_DESC= Cairo SVG parser support GDAL_DESC= GDAL library support FRIBIDI_DESC= Fribidi library support |