git: e04787329b42 - main - net/py-magic-wormhole: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e04787329b42569d804b1d230e089f9fee9cb678 commit e04787329b42569d804b1d230e089f9fee9cb678 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:13 +0000 net/py-magic-wormhole: Add NO_ARCH Approved by: portmgr (blanket) --- net/py-magic-wormhole/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/py-magic-wormhole/Makefile b/net/py-magic-wormhole/Makefile index 43cc97bc8d75..c5ee05c485fe 100644 --- a/net/py-magic-wormhole/Makefile +++ b/net/py-magic-wormhole/Makefile @@ -25,4 +25,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.3.0:devel/py-attrs@${PY_FLAVOR} \ USES= python:3.5+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>