git: 84876c713ab7 - main - devel/py-cadquery-pywrap: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 19:05:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=84876c713ab7688a8e50d6c8011f9f4001508d9f commit 84876c713ab7688a8e50d6c8011f9f4001508d9f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-29 19:03:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-29 19:04:22 +0000 devel/py-cadquery-pywrap: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-cadquery-pywrap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-cadquery-pywrap/Makefile b/devel/py-cadquery-pywrap/Makefile index 9090fa3d6db6..ed934c93f875 100644 --- a/devel/py-cadquery-pywrap/Makefile +++ b/devel/py-cadquery-pywrap/Makefile @@ -33,4 +33,6 @@ GH_PROJECT= pywrap GH_TAGNAME= e8c7bc9 USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>