<pre style='margin:0'>
Andrea D'Amore (anddam) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71ed5f134520661bcbcce7b8a6138ce359f80618">https://github.com/macports/macports-ports/commit/71ed5f134520661bcbcce7b8a6138ce359f80618</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 71ed5f134520661bcbcce7b8a6138ce359f80618
</span>Author: Marko Käning <mk@macports.org>
AuthorDate: Sat Dec 17 01:56:57 2016 +0100

<span style='display:block; white-space:pre;color:#404040;'>    phonon-backend-vlc-qt5: add missing dep kde-extra-cmake-modules
</span>---
 audio/phonon-backend-vlc/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/audio/phonon-backend-vlc/Portfile b/audio/phonon-backend-vlc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2633298..41d4c03 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/audio/phonon-backend-vlc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/audio/phonon-backend-vlc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,8 +23,9 @@ if {${os.platform} eq "darwin"} {
</span> subport ${name}-qt5 {
     PortGroup       qt5 1.0
     categories      audio kde kf5
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description    A VLC backend for the Phonon4Qt5 multimedia library.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:phonon-qt5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description     A VLC backend for the Phonon4Qt5 multimedia library.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append port:kde-extra-cmake-modules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append   port:phonon-qt5
</span> 
     configure.args-append   -DPHONON_BUILD_PHONON4QT5:BOOL=ON
 }
</pre><pre style='margin:0'>

</pre>