git: 3f380cc4e968 - main - devel/py-logbook: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 20:40:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f380cc4e9686d999ac8b62105db880af786123b commit 3f380cc4e9686d999ac8b62105db880af786123b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 20:40:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 20:40:02 +0000 devel/py-logbook: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-logbook/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-logbook/Makefile b/devel/py-logbook/Makefile index 3ed823a5aede..53c2f434a159 100644 --- a/devel/py-logbook/Makefile +++ b/devel/py-logbook/Makefile @@ -15,4 +15,6 @@ LICENSE= BSD3CLAUSE USES?= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>