svn commit: r488891 - head/multimedia/mlt

Tobias C. Berner tcberner at FreeBSD.org
Tue Jan 1 13:46:30 UTC 2019


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


More information about the svn-ports-head mailing list