From 8e6916844eedbb6518131f0abdc470eb7baa4b0b Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 15 May 2020 07:30:34 +0000 Subject: [PATCH] Add compiler:c++11-lang to USES to fix build on GCC-based systems: configure: error: *** A compiler with support for C++11 language features is required. Approved by: portmgr (tier-2 blanket) --- biology/scrm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/scrm/Makefile b/biology/scrm/Makefile index afcf57f23b3a..0e8201847790 100644 --- a/biology/scrm/Makefile +++ b/biology/scrm/Makefile @@ -11,7 +11,7 @@ COMMENT= Coalescent simulator for biological sequences LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake +USES= autoreconf compiler:c++11-lang gmake USE_GITHUB= yes GNU_CONFIGURE= yes