git: 3010867199be - main - devel/py-country: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 20:53:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3010867199becf33e7995e1464e6ede84b41fe38 commit 3010867199becf33e7995e1464e6ede84b41fe38 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:50:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:37 +0000 devel/py-country: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-country/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-country/Makefile b/devel/py-country/Makefile index bda1d9d62a48..855d80bab11a 100644 --- a/devel/py-country/Makefile +++ b/devel/py-country/Makefile @@ -15,4 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>