git: 91e46ff07a68 - main - astro/py-extension-helpers: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 12:53:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=91e46ff07a682cab11b4d9d25dc19fb2944b2736
commit 91e46ff07a682cab11b4d9d25dc19fb2944b2736
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-02-28 09:40:04 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-02-28 12:46:38 +0000
astro/py-extension-helpers: Add NO_ARCH
Approved by: portmgr (blanket)
---
astro/py-extension-helpers/Makefile | 2 ++
1 file changed, 2 insertions(+)
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>