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