<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/630c3c99c6a85e35c82b53f9a50ff91eaa1892d8">https://github.com/macports/macports-ports/commit/630c3c99c6a85e35c82b53f9a50ff91eaa1892d8</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 630c3c9 qwt61: Add missing dependencies for qt5 build
</span>630c3c9 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 630c3c99c6a85e35c82b53f9a50ff91eaa1892d8
</span>Author: Veence <vince@macports.org>
AuthorDate: Tue Oct 3 12:46:12 2017 +0200
<span style='display:block; white-space:pre;color:#404040;'> qwt61: Add missing dependencies for qt5 build
</span>---
graphics/qwt/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/qwt/Portfile b/graphics/qwt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d240dcd..1e4fb03 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/qwt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/qwt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -188,6 +188,7 @@ if {${qwt_major} < 6} {
</span> } else {
#PortGroup qt5 1.0
PortGroup qmake5 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:qt5-qtbase port:qt5-qtsvg
</span> set qt_arch_types "x86_64"
post-patch {
reinplace "s|QT_STATIC_CONST|static const|" \
</pre><pre style='margin:0'>
</pre>