git: b0ff878ed82d - main - devel/py-pytest-env: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b0ff878ed82dc02f3cb35715aa0286f7ba315bd5 commit b0ff878ed82dc02f3cb35715aa0286f7ba315bd5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:54:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:06:28 +0000 devel/py-pytest-env: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-pytest-env/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pytest-env/Makefile b/devel/py-pytest-env/Makefile index b15ffcccfa88..c9f202e2d558 100644 --- a/devel/py-pytest-env/Makefile +++ b/devel/py-pytest-env/Makefile @@ -13,4 +13,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6:devel/py-pytest@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>