git: 96d63727d693 - main - devel/py-zope.schema: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Nov 2021 18:30:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=96d63727d693457a34afc7f4144a249b8065a954 commit 96d63727d693457a34afc7f4144a249b8065a954 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-21 18:24:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-21 18:24:50 +0000 devel/py-zope.schema: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-zope.schema/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-zope.schema/Makefile b/devel/py-zope.schema/Makefile index 438ed2a8b41e..11847007e339 100644 --- a/devel/py-zope.schema/Makefile +++ b/devel/py-zope.schema/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interfac USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>