git: cb8b5c2baa0d - main - devel/py-thefuzz: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 23:41:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb8b5c2baa0d6bcaeaa6fda8ebe030467f2ef38c commit cb8b5c2baa0d6bcaeaa6fda8ebe030467f2ef38c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 23:24:21 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 23:36:57 +0000 devel/py-thefuzz: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-thefuzz/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-thefuzz/Makefile b/devel/py-thefuzz/Makefile index 49c0ab2370d8..638fa7199730 100644 --- a/devel/py-thefuzz/Makefile +++ b/devel/py-thefuzz/Makefile @@ -12,4 +12,6 @@ LICENSE= GPLv2 USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>