Ticket #35194: mlt-Portfile-license.diff

File mlt-Portfile-license.diff, 873 bytes (added by ddennedy (Dan Dennedy), 12 years ago)
  • multimedia/mlt/Portfile

    old new  
    99version             0.8.0
    1010categories          multimedia
    1111maintainers         dennedy.org:dan
    12 license             LGPL-2.1+
     12license             GPL-2+
    1313
    1414description         Open source multimedia framework - core libraries
    1515long_description    MLT is an open source multimedia framework, designed and developed for \
     
    6969build.env-append            CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
    7070build.args-append           CC="${configure.cc}" CXX="${configure.cxx}" CPP="${configure.cpp}"
    7171
    72 variant no_x11 {
     72variant no_x11 description exclude the gtk2 module to prevent pulling in X11 dependencies {
    7373    configure.args-append   --disable-gtk2
    7474    depends_lib-delete      port:gtk2
    7575}