Date: Tue, 1 Jan 2019 13:46:30 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488891 - head/multimedia/mlt Message-ID: <201901011346.x01DkUiB028780@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Tue Jan 1 13:46:29 2019 New Revision: 488891 URL: https://svnweb.freebsd.org/changeset/ports/488891 Log: multimedia/mlt: move USES=gl to the master port only * r488723 introduced USES=gl globally, which made the slave ports mlt-qt[45] ignored PR: 234461 Modified: head/multimedia/mlt/Makefile Modified: head/multimedia/mlt/Makefile ============================================================================== --- head/multimedia/mlt/Makefile Tue Jan 1 13:37:08 2019 (r488890) +++ head/multimedia/mlt/Makefile Tue Jan 1 13:46:29 2019 (r488891) @@ -12,7 +12,7 @@ COMMENT?= Multimedia framework for TV broadcasting LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias compiler:c++11-lang eigen:3 gl gmake gnome localbase \ +USES+= alias compiler:c++11-lang eigen:3 gmake gnome localbase \ pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD @@ -38,7 +38,7 @@ USE_GL= gl USE_GNOME= libxml2 USE_SDL= image USE_XORG= x11 -USES+= iconv pathfix +USES+= gl iconv pathfix PATHFIX_MAKEFILEIN= Makefile CONFIGURE_ARGS+=--disable-qt --swig-languages=none USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901011346.x01DkUiB028780>