git: dcb5fcb7c65e - main - devel/py-pytest-services: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:02:52 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcb5fcb7c65edbbb84d7563731f2a4ffa84a13ef
commit dcb5fcb7c65edbbb84d7563731f2a4ffa84a13ef
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 15:21:22 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 16:00:10 +0000
devel/py-pytest-services: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/py-pytest-services/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/py-pytest-services/Makefile b/devel/py-pytest-services/Makefile
index ac47d2693ab9..a55c6e71ee26 100644
--- a/devel/py-pytest-services/Makefile
+++ b/devel/py-pytest-services/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS= pytest-${PYTHON_VER}:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
+NO_ARCH= yes
+
.include <bsd.port.mk>