git: 2901e372938e - main - devel/py-pylru-cache: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 20:40:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2901e372938e7780b3905ccfb510aaa27ca30b27 commit 2901e372938e7780b3905ccfb510aaa27ca30b27 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 20:40:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 20:40:03 +0000 devel/py-pylru-cache: Add NO_ARCH Approved by: portmgr (blanket) --- devel/py-pylru-cache/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-pylru-cache/Makefile b/devel/py-pylru-cache/Makefile index 70cf321f2ce4..14d71d62fccc 100644 --- a/devel/py-pylru-cache/Makefile +++ b/devel/py-pylru-cache/Makefile @@ -16,4 +16,6 @@ LICENSE_COMB= dual USES= python:3.6+ USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>