git: d7b49c6b321e - main - www/py-protego: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 16:10:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7b49c6b321ec5a064525ed0da8a09d478eac407 commit d7b49c6b321ec5a064525ed0da8a09d478eac407 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 16:07:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 16:07:52 +0000 www/py-protego: Add NO_ARCH Approved by: portmgr (blanket) --- www/py-protego/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-protego/Makefile b/www/py-protego/Makefile index 62f5e62f07fd..231350bd8152 100644 --- a/www/py-protego/Makefile +++ b/www/py-protego/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist +NO_ARCH= yes + .include <bsd.port.mk>