svn commit: r537089 - head/security/nflib
Ed Maste
emaste at FreeBSD.org
Sat May 30 15:57:53 UTC 2020
Author: emaste (src committer)
Date: Sat May 30 15:57:52 2020
New Revision: 537089
URL: https://svnweb.freebsd.org/changeset/ports/537089
Log:
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
Modified:
head/security/nflib/Makefile
Modified: head/security/nflib/Makefile
==============================================================================
--- head/security/nflib/Makefile Sat May 30 15:56:11 2020 (r537088)
+++ head/security/nflib/Makefile Sat May 30 15:57:52 2020 (r537089)
@@ -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
More information about the svn-ports-all
mailing list