git: e1479964ed35 - main - games/py-pysol-cards: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:55:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1479964ed3561ef03024cddf6e9a2f584764450 commit e1479964ed3561ef03024cddf6e9a2f584764450 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-07-31 16:39:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-07-31 16:42:09 +0000 games/py-pysol-cards: Add NO_ARCH Approved by: portmgr (blanket) --- games/py-pysol-cards/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/py-pysol-cards/Makefile b/games/py-pysol-cards/Makefile index ceabd78762ff..11d6c1b07154 100644 --- a/games/py-pysol-cards/Makefile +++ b/games/py-pysol-cards/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>