aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:39 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:39 +0000
commita7a14a291d12eaf514bfc4396b9da7037cdcee6c (patch)
treea06e02bef328215cc0ed98ac1fe4335e0f79b1bc
parent4d379d3554705b6a9ac6b227889a996cf9a04502 (diff)
downloadports-a7a14a291d12eaf514bfc4396b9da7037cdcee6c.tar.gz
ports-a7a14a291d12eaf514bfc4396b9da7037cdcee6c.zip
security/py-noiseprotocol: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--security/py-noiseprotocol/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-noiseprotocol/Makefile b/security/py-noiseprotocol/Makefile
index d0b81b50fce9..c1b1b967528e 100644
--- a/security/py-noiseprotocol/Makefile
+++ b/security/py-noiseprotocol/Makefile
@@ -15,4 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.8:security/py-cryptography@$
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>