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:
parent
17e86403cd
commit
8e6916844e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535275
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue