git: cd19d12c95d8 - main - devel/py-pytest-randomly: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:33 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cd19d12c95d8517dc79085bb2c3886e6bcaa334c commit cd19d12c95d8517dc79085bb2c3886e6bcaa334c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:54:48 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:06:29 +0000 devel/py-pytest-randomly: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-pytest-randomly/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pytest-randomly/Makefile b/devel/py-pytest-randomly/Makefile index 8f12942faeab..b37122c44613 100644 --- a/devel/py-pytest-randomly/Makefile +++ b/devel/py-pytest-randomly/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-meta USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>