aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mlt
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-12-30 17:15:06 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-12-30 17:15:06 +0000
commitfc824512c67150eb3a82b89c67567333edf72cc5 (patch)
treebf29ca76cbe34b0c84a53e2596fa0d1ca56ae7a8 /multimedia/mlt
parent16bc7070af770abb33cd0e9c7e64a32f706cc232 (diff)
downloadports-fc824512c67150eb3a82b89c67567333edf72cc5.tar.gz
ports-fc824512c67150eb3a82b89c67567333edf72cc5.zip
More GCC-related fixes in kde@ ports
PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=488723
Diffstat (limited to 'multimedia/mlt')
-rw-r--r--multimedia/mlt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mlt/Makefile b/multimedia/mlt/Makefile
index e1b856b26035..b3590a141c44 100644
--- a/multimedia/mlt/Makefile
+++ b/multimedia/mlt/Makefile
@@ -12,7 +12,8 @@ COMMENT?= Multimedia framework for TV broadcasting
LICENSE?= GPLv2 GPLv3 LGPL21
LICENSE_COMB?= multi
-USES+= alias eigen:3 gmake localbase pkgconfig
+USES+= alias compiler:c++11-lang eigen:3 gl gmake gnome localbase \
+ pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD
USE_GITHUB= yes