aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 15:01:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-06 15:01:06 +0000
commitb106671141819e0c1b1b34d2ff67f18a3413d203 (patch)
tree83af919f63a4951a89797b394695bd015e91fc1a
parent001ec43f9a96bd624696200586682b9e29dd4446 (diff)
downloadports-b106671141819e0c1b1b34d2ff67f18a3413d203.tar.gz
ports-b106671141819e0c1b1b34d2ff67f18a3413d203.zip
security/py-mnemonic: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--security/py-mnemonic/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-mnemonic/Makefile b/security/py-mnemonic/Makefile
index da5b10aa943d..72a0947b8bc3 100644
--- a/security/py-mnemonic/Makefile
+++ b/security/py-mnemonic/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbkdf2>=1.3:security/py-pbkdf2@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>