aboutsummaryrefslogtreecommitdiff
path: root/textproc/libebml
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-11-04 09:11:40 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-11-04 09:11:40 +0000
commit92260bbb77073962ad7f332e8fc709431b97de83 (patch)
tree3dcf78f97629a1aca89a5fe680135153d402d0aa /textproc/libebml
parent27a7c34915721898ae0371cccd9061d0204bc9dc (diff)
downloadports-92260bbb77073962ad7f332e8fc709431b97de83.tar.gz
ports-92260bbb77073962ad7f332e8fc709431b97de83.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: 232820 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4
Notes
Notes: svn path=/head/; revision=483968
Diffstat (limited to 'textproc/libebml')
-rw-r--r--textproc/libebml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libebml/Makefile b/textproc/libebml/Makefile
index 432b70083a0c..b724af5c7251 100644
--- a/textproc/libebml/Makefile
+++ b/textproc/libebml/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libebml
PORTVERSION= 1.3.6
+PORTREVISION= 1
DISTVERSIONPREFIX= release-
CATEGORIES= textproc
@@ -12,7 +13,7 @@ COMMENT= EBML (Extensible Binary Meta Language), sort of binary version of XML
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL
-USES= cmake pathfix tar:bzip2
+USES= cmake compiler:c++11-lang pathfix tar:bzip2
USE_LDCONFIG= yes
USE_GITHUB= yes