svn commit: r502174 - head/biology/mothur

Yuri Victorovich yuri at FreeBSD.org
Mon May 20 21:20:58 UTC 2019


Author: yuri
Date: Mon May 20 21:20:56 2019
New Revision: 502174
URL: https://svnweb.freebsd.org/changeset/ports/502174

Log:
  biology/mothur: Add USES=compiler:c++11-lang

Modified:
  head/biology/mothur/Makefile

Modified: head/biology/mothur/Makefile
==============================================================================
--- head/biology/mothur/Makefile	Mon May 20 21:20:45 2019	(r502173)
+++ head/biology/mothur/Makefile	Mon May 20 21:20:56 2019	(r502174)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		gmake localbase readline shebangfix
+USES=		compiler:c++11-lang gmake localbase readline shebangfix
 SHEBANG_FILES=	source/uchime_src/mk
 USE_GITHUB=	yes
 ALL_TARGET=	${PORTNAME}


More information about the svn-ports-all mailing list