aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmatroska
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-11-04 09:14:28 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-11-04 09:14:28 +0000
commit99179646fdabcb5a48eff7617a535f86a599007b (patch)
tree1696f86b5ed01b0dce9f423173d0665ee0d0a8dc /multimedia/libmatroska
parent92260bbb77073962ad7f332e8fc709431b97de83 (diff)
downloadports-99179646fdabcb5a48eff7617a535f86a599007b.tar.gz
ports-99179646fdabcb5a48eff7617a535f86a599007b.zip
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
Notes
Notes: svn path=/head/; revision=483970
Diffstat (limited to 'multimedia/libmatroska')
-rw-r--r--multimedia/libmatroska/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 5df50a1cfe5b..a7da99f4a352 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -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