git: 4aff8c0ab754 - main - devel/py-fastf1: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 23:41:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4aff8c0ab754a7d569a89c0f4412ed199251083b commit 4aff8c0ab754a7d569a89c0f4412ed199251083b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 23:24:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 23:36:57 +0000 devel/py-fastf1: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-fastf1/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-fastf1/Makefile b/devel/py-fastf1/Makefile index a38cec6c6d41..2901ba3b8a20 100644 --- a/devel/py-fastf1/Makefile +++ b/devel/py-fastf1/Makefile @@ -22,4 +22,6 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>