biology/treekin: fix build on GCC architectures

Needs C++11 compiler:
configure: error: *** A compiler with support for C++11 language features is required.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-19 08:49:33 +00:00
parent 6eb43147c9
commit 86062e221e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506914

View File

@ -16,7 +16,8 @@ LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
BUILD_DEPENDS= lapacke>0:math/lapacke
USES= blaslapack:netlib fortran gmake localbase:ldflags
USES= blaslapack:netlib compiler:c++11-lang fortran gmake \
localbase:ldflags
GNU_CONFIGURE= yes