diff -r 6466fd17a6f3 -r c459ce55ffbd gis/mapnik/Portfile
a
|
b
|
|
6 | 6 | |
7 | 7 | name mapnik |
8 | 8 | version 3.0.12 |
9 | | revision 2 |
| 9 | revision 3 |
10 | 10 | categories gis devel |
11 | 11 | platforms darwin |
12 | 12 | license LGPL-2.1 |
… |
… |
|
65 | 65 | lappend input_plugins gdal ogr |
66 | 66 | } |
67 | 67 | |
| 68 | variant libxml2 description {Enable libxml2 support for includes and entities} { |
| 69 | depends_lib-append port:libxml2 |
| 70 | configure.args-append XML2_CONFIG=${prefix}/bin/xml2-config XMLPARSER=libxml2 |
| 71 | } |
| 72 | |
68 | 73 | variant postgis description {Build PostGIS plugin} { |
69 | 74 | depends_lib-append path:lib/libpq.dylib:postgresql94 |
70 | 75 | if {![file exists ${prefix}/lib/libpq.dylib]} { |
… |
… |
|
101 | 106 | CPP_TESTS=False \ |
102 | 107 | BINDINGS=none \ |
103 | 108 | JOBS=${build.jobs} \ |
104 | | FREETYPE_CONFIG=${prefix}/bin/freetype-config \ |
105 | | XML2_CONFIG=${prefix}/bin/xml2-config |
| 109 | FREETYPE_CONFIG=${prefix}/bin/freetype-config |
106 | 110 | |
107 | 111 | foreach lib {BOOST ICU PNG JPEG TIFF PROJ CAIRO SQLITE} { |
108 | 112 | configure.args-append ${lib}_INCLUDES=${prefix}/include |