<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fb6e02378895a2f1f309a6b0668241fe0a82f011">https://github.com/macports/macports-ports/commit/fb6e02378895a2f1f309a6b0668241fe0a82f011</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 fb6e023 w3m: fix image variants
</span>fb6e023 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit fb6e02378895a2f1f309a6b0668241fe0a82f011
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sun Sep 24 08:42:15 2017 +0000
<span style='display:block; white-space:pre;color:#404040;'> w3m: fix image variants
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/52259
</span>---
www/w3m/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/w3m/Portfile b/www/w3m/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f53b64..ea0ee82 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/w3m/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/w3m/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,13 +49,13 @@ post-destroot {
</span>
variant inline_image_gtk2 description {View inline images with GTK2} {
configure.args-delete --disable-image
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append --enable-image=gtk2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --with-imagelib=gtk2
</span> depends_lib-append port:gtk2
}
variant inline_image_imlib2 description {View inline images with imlib2} {
configure.args-delete --disable-image
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append --enable-image=imlib2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append --with-imagelib=imlib2
</span> depends_lib-append port:imlib2
}
</pre><pre style='margin:0'>
</pre>