<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/50aa1fd76ccd2bb5c6f6ebe5ee2cc47e34aa9566">https://github.com/macports/macports-ports/commit/50aa1fd76ccd2bb5c6f6ebe5ee2cc47e34aa9566</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 50aa1fd76ccd2bb5c6f6ebe5ee2cc47e34aa9566
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jun 1 18:18:52 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mapnik: restore configuration arguments for Boost include and lib directories
</span>---
 gis/mapnik/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/mapnik/Portfile b/gis/mapnik/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7415a96b20a..806fec7d947 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/mapnik/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/mapnik/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +112,9 @@ configure.args      CXX="\$CXX" \
</span>                     CPP_TESTS=False \
                     FREETYPE_CONFIG=${prefix}/bin/freetype-config \
                     PROJ_INCLUDES=${prefix}/lib/proj49/include \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    PROJ_LIBS=${prefix}/lib/proj49/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    PROJ_LIBS=${prefix}/lib/proj49/lib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    BOOST_INCLUDES=[boost::include_dir] \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    BOOST_LIBS=[boost::lib_dir]
</span> 
 foreach lib {ICU PNG JPEG TIFF CAIRO SQLITE HB WEBP} {
     configure.args-append   ${lib}_INCLUDES=${prefix}/include \
</pre><pre style='margin:0'>

</pre>