aboutsummaryrefslogtreecommitdiff
path: root/math/ntl
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-09-20 00:00:29 +0000
committerSteve Wills <swills@FreeBSD.org>2018-09-20 00:00:29 +0000
commit466d7fa68f41aac8f5a1084082133b1915e79ab9 (patch)
tree121ecabe03bfe2f550aab1215361011595d14334 /math/ntl
parent61bffa7f7e53d6da67091adfc204ebce9bf1d631 (diff)
downloadports-466d7fa68f41aac8f5a1084082133b1915e79ab9.tar.gz
ports-466d7fa68f41aac8f5a1084082133b1915e79ab9.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)
Notes
Notes: svn path=/head/; revision=480130
Diffstat (limited to 'math/ntl')
-rw-r--r--math/ntl/Makefile2
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