git: 0002d9e6731d - main - databases/py-aiosql: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:23:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0002d9e6731dddc7ecfcac6abe2d0f775f3ee154 commit 0002d9e6731dddc7ecfcac6abe2d0f775f3ee154 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:30:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:34 +0000 databases/py-aiosql: Add NO_ARCH Approved by: portmgr (blanket) --- databases/py-aiosql/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/databases/py-aiosql/Makefile b/databases/py-aiosql/Makefile index cc3fdcd7dd4f..694655dc65bd 100644 --- a/databases/py-aiosql/Makefile +++ b/databases/py-aiosql/Makefile @@ -18,4 +18,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.4:devel/py-setuptools-sc USES= python USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include <bsd.port.mk>