git: 8d9c5f3a2598 - main - devel/py-zope.tales: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:06:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d9c5f3a25985899de8669225a2c8d59de69f389 commit 8d9c5f3a25985899de8669225a2c8d59de69f389 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:52:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:59:19 +0000 devel/py-zope.tales: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-zope.tales/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-zope.tales/Makefile b/devel/py-zope.tales/Makefile index c65b1e98aedb..5700ff5382a9 100644 --- a/devel/py-zope.tales/Makefile +++ b/devel/py-zope.tales/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:textproc/py-zope.tal@${PY_FLAVOR USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>