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
This commit is contained in:
parent
6a910eebde
commit
7abacc5c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488891
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user