svn commit: r486872 - head/audio/taglookup

Mark Linimon linimon at FreeBSD.org
Fri Dec 7 16:29:52 UTC 2018


Author: linimon
Date: Fri Dec  7 16:29:51 2018
New Revision: 486872
URL: https://svnweb.freebsd.org/changeset/ports/486872

Log:
  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)

Modified:
  head/audio/taglookup/Makefile

Modified: head/audio/taglookup/Makefile
==============================================================================
--- head/audio/taglookup/Makefile	Fri Dec  7 16:25:37 2018	(r486871)
+++ head/audio/taglookup/Makefile	Fri Dec  7 16:29:51 2018	(r486872)
@@ -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


More information about the svn-ports-all mailing list