git: ad72b00c1a8d - main - devel/py-threema-msgapi: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 20:40:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad72b00c1a8da6aa3779b185ce8cde85c03442dc commit ad72b00c1a8da6aa3779b185ce8cde85c03442dc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 20:40:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 20:40:03 +0000 devel/py-threema-msgapi: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-threema-msgapi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-threema-msgapi/Makefile b/devel/py-threema-msgapi/Makefile index e9a151f2a2f0..fc06812f5f59 100644 --- a/devel/py-threema-msgapi/Makefile +++ b/devel/py-threema-msgapi/Makefile @@ -25,4 +25,6 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libnacl>0:security/py-libnacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} +NO_ARCH= yes + .include <bsd.port.mk>