[95509] trunk/dports/multimedia/mlt/Portfile

cal at macports.org cal at macports.org
Sat Jul 14 10:13:36 PDT 2012


Revision: 95509
          https://trac.macports.org/changeset/95509
Author:   cal at macports.org
Date:     2012-07-14 10:13:33 -0700 (Sat, 14 Jul 2012)
Log Message:
-----------
mlt: Fix license, fix lint warning, closes #35194, maintainer

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

Modified: trunk/dports/multimedia/mlt/Portfile
===================================================================
--- trunk/dports/multimedia/mlt/Portfile	2012-07-14 14:30:06 UTC (rev 95508)
+++ trunk/dports/multimedia/mlt/Portfile	2012-07-14 17:13:33 UTC (rev 95509)
@@ -9,7 +9,7 @@
 version             0.8.0
 categories          multimedia
 maintainers         dennedy.org:dan
-license             LGPL-2.1+
+license             GPL-2+
 
 description         Open source multimedia framework - core libraries
 long_description    MLT is an open source multimedia framework, designed and developed for \
@@ -69,7 +69,7 @@
 build.env-append            CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
 build.args-append           CC="${configure.cc}" CXX="${configure.cxx}" CPP="${configure.cpp}"
 
-variant no_x11 {
+variant no_x11 description exclude the gtk2 module to prevent pulling in X11 dependencies {
     configure.args-append   --disable-gtk2
     depends_lib-delete      port:gtk2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120714/7993c16c/attachment.html>


More information about the macports-changes mailing list