git: 5660b20e45a5 - main - textproc/py-markdown2: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 May 2023 16:29:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5660b20e45a59d16035ad3f55b5ce44898640052 commit 5660b20e45a59d16035ad3f55b5ce44898640052 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-02 16:21:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-02 16:25:57 +0000 textproc/py-markdown2: Add NO_ARCH Approved by: portmgr (blanket) --- textproc/py-markdown2/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile index 893c9e3636fc..33a0f1685426 100644 --- a/textproc/py-markdown2/Makefile +++ b/textproc/py-markdown2/Makefile @@ -13,4 +13,6 @@ LICENSE= MIT USES= python:3.6+ zip USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>