aboutsummaryrefslogtreecommitdiff
path: root/audio/taglookup
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-12-07 16:29:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-12-07 16:29:51 +0000
commit8db1ee6426f715d33bc5106c72f8dae09f96ab1c (patch)
tree0d508ba99efc7a90e63afd3c93aecb890bc82435 /audio/taglookup
parentf030d285cc0956efb43681e335ee2b8e0ccaa3aa (diff)
downloadports-8db1ee6426f715d33bc5106c72f8dae09f96ab1c.tar.gz
ports-8db1ee6426f715d33bc5106c72f8dae09f96ab1c.zip
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures. PR: 233841 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=486872
Diffstat (limited to 'audio/taglookup')
-rw-r--r--audio/taglookup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/taglookup/Makefile b/audio/taglookup/Makefile
index 7fe4c037ac6e..d942e9c3a713 100644
--- a/audio/taglookup/Makefile
+++ b/audio/taglookup/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcddb.so:audio/libcddb \
libtag.so:audio/taglib
-USES= pkgconfig tar:tgz
+USES= compiler:c++11-lang pkgconfig tar:tgz
PLIST_FILES= bin/taglookup \
man/man1/taglookup.1.gz