diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 09:40:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-02-28 12:46:38 +0000 |
commit | 91e46ff07a682cab11b4d9d25dc19fb2944b2736 (patch) | |
tree | 80b9749a842da73ece80f8938d40521b1f286760 /astro | |
parent | c2fa4b35c54c608893ad9008bcc8a1fdcf9636a4 (diff) | |
download | ports-91e46ff07a682cab11b4d9d25dc19fb2944b2736.tar.gz ports-91e46ff07a682cab11b4d9d25dc19fb2944b2736.zip |
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-extension-helpers/Makefile | 2 |
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> |