<pre style='margin:0'>
Leo Singer (lpsinger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/48c259f3562a3106cd21d1907a6f283f89be6438">https://github.com/macports/macports-ports/commit/48c259f3562a3106cd21d1907a6f283f89be6438</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 48c259f  ds9: fix X11 path
</span>48c259f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 48c259f3562a3106cd21d1907a6f283f89be6438
</span>Author: Leo Singer <aronnax@macports.org>
AuthorDate: Tue Dec 4 18:43:39 2018 +0530

<span style='display:block; white-space:pre;color:#404040;'>    ds9: fix X11 path
</span>---
 science/ds9/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/ds9/Portfile b/science/ds9/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d258097..81f3ed3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/ds9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/ds9/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -85,8 +85,8 @@ configure.cmd           unix/configure
</span> build.args-append       JOBS=${build.jobs} \
                         CC=${configure.cc} \
                         CXX=${configure.cxx} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        X11INCLUDE=${prefix}/include \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        X11LIB=${prefix}/lib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        X11INCLUDE=${prefix}/X11/include \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        X11LIB=${prefix}/X11/lib \
</span>                         XML_INCLUDEDIR=${prefix}/include/libxml2 \
                         XFT_LIBS="-lXft -lfontconfig" \
                         -o zvfs
</pre><pre style='margin:0'>

</pre>