git: ccfbdfbdffb7 - main - devel/py-aioice: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 19:56:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccfbdfbdffb7d502026a2c3b1bf77aed96127211 commit ccfbdfbdffb7d502026a2c3b1bf77aed96127211 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-25 19:25:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-25 19:51:15 +0000 devel/py-aioice: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-aioice/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-aioice/Makefile b/devel/py-aioice/Makefile index 7965ba82283e..e97bc92bf954 100644 --- a/devel/py-aioice/Makefile +++ b/devel/py-aioice/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAV USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>