git: 6822a34cf60e - main - devel/py-minimal-snowplow-tracker: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Apr 2024 14:28:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6822a34cf60e7e590f254c4d5175006463d0cee8 commit 6822a34cf60e7e590f254c4d5175006463d0cee8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-20 14:24:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-20 14:26:02 +0000 devel/py-minimal-snowplow-tracker: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-minimal-snowplow-tracker/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-minimal-snowplow-tracker/Makefile b/devel/py-minimal-snowplow-tracker/Makefile index 958f40d00b77..8c93be760735 100644 --- a/devel/py-minimal-snowplow-tracker/Makefile +++ b/devel/py-minimal-snowplow-tracker/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1,<3.0:www/py-requests@${PY_FL USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>