diff options
-rw-r--r-- | security/nflib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nflib/Makefile b/security/nflib/Makefile index d95fe78738e2..b31b493dc4c7 100644 --- a/security/nflib/Makefile +++ b/security/nflib/Makefile @@ -13,7 +13,7 @@ COMMENT= NTT-based fast lattice cryptography library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT_LICENSE.txt -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= unconditionally includes amd64 assembler code LIB_DEPENDS= libmpfr.so:math/mpfr \ |