diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 15:01:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-06 15:01:06 +0000 |
commit | b106671141819e0c1b1b34d2ff67f18a3413d203 (patch) | |
tree | 83af919f63a4951a89797b394695bd015e91fc1a /security/py-mnemonic/Makefile | |
parent | 001ec43f9a96bd624696200586682b9e29dd4446 (diff) | |
download | ports-b106671141819e0c1b1b34d2ff67f18a3413d203.tar.gz ports-b106671141819e0c1b1b34d2ff67f18a3413d203.zip |
security/py-mnemonic: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'security/py-mnemonic/Makefile')
-rw-r--r-- | security/py-mnemonic/Makefile | 2 |
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> |