diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-03-27 06:56:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-03-27 06:56:51 +0000 |
commit | 5eddcc98cc0c3add215536b413f53337ef94f3e2 (patch) | |
tree | e2f248e64f1ed043b21e00061ee87f4d7f09e6b6 /math/eclib | |
parent | 2bf7cd94dc5d5dc317ea22b206aa4bdb3ba9d3f0 (diff) |
Notes
Diffstat (limited to 'math/eclib')
-rw-r--r-- | math/eclib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eclib/Makefile b/math/eclib/Makefile index aa5d09104957..0aa931ad8b02 100644 --- a/math/eclib/Makefile +++ b/math/eclib/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libntl.so:math/ntl \ USE_GITHUB= yes GH_ACCOUNT= JohnCremona -USES= autoreconf libtool localbase +USES= autoreconf compiler:c++11-lang libtool localbase OPTIONS_DEFINE= DOCS |