git: 1167c835844f - main - textproc/py-tinycss: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:49:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1167c835844fe6d53582e103af2e6b4541a76bf2 commit 1167c835844fe6d53582e103af2e6b4541a76bf2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:11:43 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:38:01 +0000 textproc/py-tinycss: Add NO_ARCH Approved by: portmgr (blanket) --- textproc/py-tinycss/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/py-tinycss/Makefile b/textproc/py-tinycss/Makefile index 4bac3a30c143..745c63c09700 100644 --- a/textproc/py-tinycss/Makefile +++ b/textproc/py-tinycss/Makefile @@ -12,4 +12,6 @@ COMMENT= Complete yet simple CSS parser for Python USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>