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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71c783c8377de72276f52753262c7337d63890e7">https://github.com/macports/macports-ports/commit/71c783c8377de72276f52753262c7337d63890e7</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 71c783c  libQGLViewer: add missing dependency
</span>71c783c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 71c783c8377de72276f52753262c7337d63890e7
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Dec 29 11:41:11 2016 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libQGLViewer: add missing dependency
</span>---
 graphics/libQGLViewer/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libQGLViewer/Portfile b/graphics/libQGLViewer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 45a48ee..00c2c26 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libQGLViewer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libQGLViewer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,6 +11,7 @@ if {[variant_isset qt5]} {
</span> 
 name                            libQGLViewer
 version                         2.6.4
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                        1
</span> platforms                       darwin
 maintainers                     raphael openmaintainer
 license                         {GPL-2+ Commercial}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -102,7 +103,9 @@ if {![variant_isset universal] || ![variant_isset qt5]} {
</span> 
 variant qt4 description {build with Qt 4} conflicts qt5 {}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant qt5 description {build with Qt 5} conflicts qt4 {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant qt5 description {build with Qt 5} conflicts qt4 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:qt5-qttools
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 if {![variant_isset qt4] && ![variant_isset qt5]} {
     default_variants-append +qt4
</pre><pre style='margin:0'>

</pre>