git: 91c24deeff8f - main - misc/py-oterm: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:23:27 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=91c24deeff8f6f9f48d5f12cbff86c7b7786dbb7 commit 91c24deeff8f6f9f48d5f12cbff86c7b7786dbb7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:30:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:18:35 +0000 misc/py-oterm: Add NO_ARCH Approved by: portmgr (blanket) --- misc/py-oterm/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/py-oterm/Makefile b/misc/py-oterm/Makefile index 1851cb06a631..517617e4aa03 100644 --- a/misc/py-oterm/Makefile +++ b/misc/py-oterm/Makefile @@ -29,4 +29,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosql>=10.1:databases/py-aiosql@${PY_FLAVOR USES= python:3.10+ USE_PYTHON= autoplist pep517 +NO_ARCH= yes + .include <bsd.port.mk>