aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mlt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-01-01 13:46:29 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-01-01 13:46:29 +0000
commit7abacc5c2bc96becc68c508cf68a7c7944810431 (patch)
treefaa9529687c026d33e12b9dc294f1147559826de /multimedia/mlt
parent6a910eebde6b476728b82af8623e9eb4f4259cbc (diff)
downloadports-7abacc5c2bc96becc68c508cf68a7c7944810431.tar.gz
ports-7abacc5c2bc96becc68c508cf68a7c7944810431.zip
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
Notes
Notes: svn path=/head/; revision=488891
Diffstat (limited to 'multimedia/mlt')
-rw-r--r--multimedia/mlt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index b3590a141c44..e33716c0ad6b 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -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