aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 09:40:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-02-28 12:46:38 +0000
commit91e46ff07a682cab11b4d9d25dc19fb2944b2736 (patch)
tree80b9749a842da73ece80f8938d40521b1f286760 /astro
parentc2fa4b35c54c608893ad9008bcc8a1fdcf9636a4 (diff)
downloadports-91e46ff07a682cab11b4d9d25dc19fb2944b2736.tar.gz
ports-91e46ff07a682cab11b4d9d25dc19fb2944b2736.zip
astro/py-extension-helpers: Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'astro')
-rw-r--r--astro/py-extension-helpers/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/py-extension-helpers/Makefile b/astro/py-extension-helpers/Makefile
index 43ee4ed2e158..d19ef6b529f7 100644
--- a/astro/py-extension-helpers/Makefile
+++ b/astro/py-extension-helpers/Makefile
@@ -13,4 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= python:3.6+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>