diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-03-28 21:05:11 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-03-28 21:05:11 +0000 |
commit | d09aeeb1326aeb95729d02e776c47d115a63a643 (patch) | |
tree | f36553344bbde3d4a963dde2a0519f50b13a10db /math/flint2 | |
parent | 8a53280de14dc1f84d6fdc194a15c97e772e9a3c (diff) |
Notes
Diffstat (limited to 'math/flint2')
-rw-r--r-- | math/flint2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/flint2/Makefile b/math/flint2/Makefile index f758d3ca676b..afafd63e5c19 100644 --- a/math/flint2/Makefile +++ b/math/flint2/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= gmake +USES= compiler:c++11-lang gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_GITHUB= yes |