aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-05-30 15:57:52 +0000
committerEd Maste <emaste@FreeBSD.org>2020-05-30 15:57:52 +0000
commitbdfbae63cc03526d650944157307592d66cadf08 (patch)
tree01842409ccd932c7c65b9cfe185fd400e3167ae2
parent133346be73f808626cdb98aa8347b7e10c1a62ae (diff)
downloadports-bdfbae63cc03526d650944157307592d66cadf08.tar.gz
ports-bdfbae63cc03526d650944157307592d66cadf08.zip
security/nflib: add BUILD_DEPENDS as:devel/binutils
/usr/bin/as will soon be removed from the FreeBSD base system, for FreeBSD 13.0. Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no change for existing 11.x and 12.x, which will continue to use the base system GNU as 2.17.50. PR: 205250 [exp-run] Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=537089
-rw-r--r--security/nflib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nflib/Makefile b/security/nflib/Makefile
index b31b493dc4c7..071590e9ad0d 100644
--- a/security/nflib/Makefile
+++ b/security/nflib/Makefile
@@ -13,6 +13,8 @@ COMMENT= NTT-based fast lattice cryptography library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT_LICENSE.txt
+BUILD_DEPENDS= as:devel/binutils
+
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= unconditionally includes amd64 assembler code