<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a82ba4d8cb331d7d634f840e8f7693893c3426c7">https://github.com/macports/macports-ports/commit/a82ba4d8cb331d7d634f840e8f7693893c3426c7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a82ba4d8cb331d7d634f840e8f7693893c3426c7
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Dec 31 11:49:17 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    unison: fix aqua variant (set use_xcode yes)
</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/59679
</span>---
 net/unison/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/unison/Portfile b/net/unison/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2e3b73d..2664fbb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/unison/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/unison/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,6 +81,8 @@ variant aqua description {Build Aqua front-end} conflicts gtk {
</span>     destroot.args-replace   UISTYLE=text \
                             UISTYLE=mac14
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    use_xcode               yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     destroot {
         copy ${worksrcpath}/src/uimac14/build/Default/Unison.app ${destroot}${applications_dir}
         ln -s ${applications_dir}/Unison.app/Contents/MacOS/cltool ${destroot}${prefix}/bin/unison
</pre><pre style='margin:0'>

</pre>