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