diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-11-04 17:14:28 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-11-04 17:14:28 +0800 |
commit | 99179646fdabcb5a48eff7617a535f86a599007b (patch) | |
tree | 1696f86b5ed01b0dce9f423173d0665ee0d0a8dc /multimedia/libmatroska/Makefile | |
parent | 92260bbb77073962ad7f332e8fc709431b97de83 (diff) | |
download | freebsd-ports-gnome-99179646fdabcb5a48eff7617a535f86a599007b.tar.gz freebsd-ports-gnome-99179646fdabcb5a48eff7617a535f86a599007b.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'multimedia/libmatroska/Makefile')
-rw-r--r-- | multimedia/libmatroska/Makefile | 3 |
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 |