<pre style='margin:0'>
Vincent (Veence) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/34a0c8fc2f6ffd30f3658e2b393e1ade6fce1bdb">https://github.com/macports/macports-ports/commit/34a0c8fc2f6ffd30f3658e2b393e1ade6fce1bdb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 34a0c8f grass7: add liblas dependency to enable laser point cloud procesing
</span>34a0c8f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 34a0c8fc2f6ffd30f3658e2b393e1ade6fce1bdb
</span>Author: Veence <vince@macports.org>
AuthorDate: Tue Jun 27 19:22:48 2017 +0200
<span style='display:block; white-space:pre;color:#404040;'> grass7: add liblas dependency to enable laser point cloud procesing
</span>---
gis/grass7/Portfile | 2 ++
1 file changed, 2 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/grass7/Portfile b/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8f91b18..3228477 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/grass7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,7 @@ depends_lib port:freetype \
</span> port:tiff \
port:libpng \
port:proj\
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:liblas\
</span> path:lib/pkgconfig/cairo.pc:cairo \
port:readline \
port:python27 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,6 +81,7 @@ configure.args \
</span> --with-geos \
--with-geos-includes=${prefix}/include \
--with-geos-libs=${prefix}/lib \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-liblas=${prefix}/bin/liblas-config\
</span> --without-postgres \
--with-pthread \
--with-cairo \
</pre><pre style='margin:0'>
</pre>