aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-05-15 07:30:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-05-15 07:30:34 +0000
commit8e6916844eedbb6518131f0abdc470eb7baa4b0b (patch)
tree41b6a2eee1aeb42d0567f9cee2627cd9e9fc5075 /biology
parent17e86403cd053c8cbd9522577252387b4fdfa307 (diff)
downloadports-8e6916844eedbb6518131f0abdc470eb7baa4b0b.tar.gz
ports-8e6916844eedbb6518131f0abdc470eb7baa4b0b.zip
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)
Notes
Notes: svn path=/head/; revision=535275
Diffstat (limited to 'biology')
-rw-r--r--biology/scrm/Makefile2
1 files changed, 1 insertions, 1 deletions
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