Add missing USES=compiler:c++11-lang

Details:
- USES=compiler:c++11-lang is necessary to link multimedia/mkvtoolnix
  on GCC architectures, see PR
- Bump PORTREVISION

PR:		232821
Submitted by:	pkubaj@anongoth.pl
MFH:		2018Q4
This commit is contained in:
Thomas Zander 2018-11-04 09:14:28 +00:00
parent 92260bbb77
commit 99179646fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483970

View File

@ -3,6 +3,7 @@
PORTNAME= libmatroska
PORTVERSION= 1.4.9
PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/ \
http://www.bunkus.org/videotools/mkvtoolnix/sources/
@ -14,7 +15,7 @@ LICENSE= LGPL21
LIB_DEPENDS= libebml.so:textproc/libebml
USES= cmake pathfix pkgconfig tar:xz
USES= cmake compiler:c++11-lang pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes