git: e14d808648b5 - main - math/py-colormath: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:34:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e14d808648b5c4ffb1e44d58c6bc77720dc9ad15 commit e14d808648b5c4ffb1e44d58c6bc77720dc9ad15 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:26:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:26:56 +0000 math/py-colormath: Add NO_ARCH Approved by: portmgr (blanket) --- math/py-colormath/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-colormath/Makefile b/math/py-colormath/Makefile index 48f803292d03..15c869ad2992 100644 --- a/math/py-colormath/Makefile +++ b/math/py-colormath/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9.2,1:math/py-numpy@${PY_FLAVOR} \ USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>