diff options
author | swills <swills@FreeBSD.org> | 2018-09-20 08:00:29 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-09-20 08:00:29 +0800 |
commit | d6fc357dd5526c6067cbfa8b0dd3344ee2a0725f (patch) | |
tree | 121ecabe03bfe2f550aab1215361011595d14334 /math/ntl | |
parent | c7fc029ae148425eaad1a93b828a80eae0c02d3c (diff) | |
download | freebsd-ports-gnome-d6fc357dd5526c6067cbfa8b0dd3344ee2a0725f.tar.gz freebsd-ports-gnome-d6fc357dd5526c6067cbfa8b0dd3344ee2a0725f.tar.zst freebsd-ports-gnome-d6fc357dd5526c6067cbfa8b0dd3344ee2a0725f.zip |
math/ntl: fix build with powerpc64, reorder USES
PR: 231429
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: Nathan <ndowens@yahoo.com> (maintainer)
Diffstat (limited to 'math/ntl')
-rw-r--r-- | math/ntl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ntl/Makefile b/math/ntl/Makefile index 0ef769ba7b99..cb35cbfc0248 100644 --- a/math/ntl/Makefile +++ b/math/ntl/Makefile @@ -12,7 +12,7 @@ COMMENT= Victor Shoup's Number Theory Library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/../doc/copying.txt -USES= perl5 libtool +USES= compiler:c11 libtool perl5 USE_LDCONFIG= yes USE_PERL5= build HAS_CONFIGURE= yes |