diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-05-30 23:57:52 +0800 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-05-30 23:57:52 +0800 |
commit | bdfbae63cc03526d650944157307592d66cadf08 (patch) | |
tree | 01842409ccd932c7c65b9cfe185fd400e3167ae2 /security | |
parent | 133346be73f808626cdb98aa8347b7e10c1a62ae (diff) | |
download | freebsd-ports-gnome-bdfbae63cc03526d650944157307592d66cadf08.tar.gz freebsd-ports-gnome-bdfbae63cc03526d650944157307592d66cadf08.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'security')
-rw-r--r-- | security/nflib/Makefile | 2 |
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 |