git: 4ce569796fa7 - main - devel/py-stdnum: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 18:27:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ce569796fa7eaa4d4bdc51e75632de8f64f6a13 commit 4ce569796fa7eaa4d4bdc51e75632de8f64f6a13 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-07 18:08:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-07 18:13:24 +0000 devel/py-stdnum: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-stdnum/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-stdnum/Makefile b/devel/py-stdnum/Makefile index e1381798e28b..9bce748c9ae2 100644 --- a/devel/py-stdnum/Makefile +++ b/devel/py-stdnum/Makefile @@ -14,4 +14,6 @@ LICENSE= LGPL21 USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>