aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-09-10 16:07:33 +0000
commit995d6405962cbba04e960bd4b8e5768efb8b54be (patch)
tree78b3b80fa5e570da29317f634ecc94d2c79a7f25
parenta6eafb282d5fdf71fa92fd58d2358f455ed7575c (diff)
downloadports-995d6405962cbba04e960bd4b8e5768efb8b54be.tar.gz
ports-995d6405962cbba04e960bd4b8e5768efb8b54be.zip
security/py-base58: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r--security/py-base58/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-base58/Makefile b/security/py-base58/Makefile
index 0c475db2cfc1..4db7e6cc0e00 100644
--- a/security/py-base58/Makefile
+++ b/security/py-base58/Makefile
@@ -14,4 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>