git: 5f9d0b46b9d7 - main - biology/py-Genesis-PyAPI: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:55:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f9d0b46b9d781813f1c59c365755bc6114920b0 commit 5f9d0b46b9d781813f1c59c365755bc6114920b0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:38:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:42:07 +0000 biology/py-Genesis-PyAPI: Add NO_ARCH Approved by: portmgr (blanket) --- biology/py-Genesis-PyAPI/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biology/py-Genesis-PyAPI/Makefile b/biology/py-Genesis-PyAPI/Makefile index 73159cdc166f..60e1d3ed0604 100644 --- a/biology/py-Genesis-PyAPI/Makefile +++ b/biology/py-Genesis-PyAPI/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.6.0:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>