git: 255db79eef1e - main - devel/py-cppy: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:06:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=255db79eef1e13f1adde980ed8dd69e0e5d86fd3 commit 255db79eef1e13f1adde980ed8dd69e0e5d86fd3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:46:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:47:50 +0000 devel/py-cppy: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-cppy/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-cppy/Makefile b/devel/py-cppy/Makefile index a2db2675586b..e3275f375282 100644 --- a/devel/py-cppy/Makefile +++ b/devel/py-cppy/Makefile @@ -13,4 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>