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 9 9 version 0.8.0 10 10 categories multimedia 11 11 maintainers dennedy.org:dan 12 license LGPL-2.1+12 license GPL-2+ 13 13 14 14 description Open source multimedia framework - core libraries 15 15 long_description MLT is an open source multimedia framework, designed and developed for \ … … 69 69 build.env-append CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}" 70 70 build.args-append CC="${configure.cc}" CXX="${configure.cxx}" CPP="${configure.cpp}" 71 71 72 variant no_x11 {72 variant no_x11 description exclude the gtk2 module to prevent pulling in X11 dependencies { 73 73 configure.args-append --disable-gtk2 74 74 depends_lib-delete port:gtk2 75 75 }