git: 5150cea1b89b - main - games/py-pychess: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 19:01:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5150cea1b89b9532c494cbcb161b41e3434f6815 commit 5150cea1b89b9532c494cbcb161b41e3434f6815 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:46:13 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:49:12 +0000 games/py-pychess: Add NO_ARCH Approved by: portmgr (blanket) --- games/py-pychess/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/py-pychess/Makefile b/games/py-pychess/Makefile index b29434d0f783..3e835d9944d1 100644 --- a/games/py-pychess/Makefile +++ b/games/py-pychess/Makefile @@ -26,4 +26,6 @@ USE_PYTHON= distutils autoplist USE_GNOME= gtksourceview3:run glib20 gtk30 librsvg2 introspection PYDISTUTILS_INSTALLNOSINGLE= nope +NO_ARCH= yes + .include <bsd.port.mk>