[136335] trunk/dports/multimedia/mkvtoolnix/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu May 14 22:52:41 PDT 2015


Revision: 136335
          https://trac.macports.org/changeset/136335
Author:   ryandesign at macports.org
Date:     2015-05-14 22:52:41 -0700 (Thu, 14 May 2015)
Log Message:
-----------
mkvtoolnix: include the app portgroup globally so that it can automatically add the makeicns build dependency when needed

Modified Paths:
--------------
    trunk/dports/multimedia/mkvtoolnix/Portfile

Modified: trunk/dports/multimedia/mkvtoolnix/Portfile
===================================================================
--- trunk/dports/multimedia/mkvtoolnix/Portfile	2015-05-15 04:18:03 UTC (rev 136334)
+++ trunk/dports/multimedia/mkvtoolnix/Portfile	2015-05-15 05:52:41 UTC (rev 136335)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           app 1.0
 PortGroup           github 1.0
 PortGroup           muniversal 1.0
 PortGroup           wxWidgets 1.0
@@ -82,14 +83,14 @@
                     --disable-gui \
                     --disable-wxwidgets
 
+app.create          no
+
 variant wxwidgets description {Build with the wxWidgets GUI} {
-    PortGroup       app 1.0
+    app.create      yes
     app.name        Mkvtoolnix
     app.executable  mmg
     app.icon        ${worksrcpath}/share/icons/256x256/mkvmergeGUI.png
 
-    depends_build-append \
-        port:makeicns
     depends_lib-append \
         port:${wxWidgets.port}
     configure.args-delete \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150514/882d0c6f/attachment.html>


More information about the macports-changes mailing list