diff options
author | riggs <riggs@FreeBSD.org> | 2018-11-04 17:11:40 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-11-04 17:11:40 +0800 |
commit | 8bc923a3823d321d947354095a34913f09d1410c (patch) | |
tree | 3dcf78f97629a1aca89a5fe680135153d402d0aa /textproc | |
parent | e7239849417074ae092ea2e8a644e2c88442ddbc (diff) | |
download | freebsd-ports-gnome-8bc923a3823d321d947354095a34913f09d1410c.tar.gz freebsd-ports-gnome-8bc923a3823d321d947354095a34913f09d1410c.tar.zst freebsd-ports-gnome-8bc923a3823d321d947354095a34913f09d1410c.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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libebml/Makefile | 3 |
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 |