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)
This commit is contained in:
Mark Linimon 2020-05-15 07:30:34 +00:00
parent 17e86403cd
commit 8e6916844e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535275

View File

@ -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