git: e5c47d34d0ab - main - net/py-maxminddb: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 09:11:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5c47d34d0ab3ae2ad4f0ae73093b398743a2bbc commit e5c47d34d0ab3ae2ad4f0ae73093b398743a2bbc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 09:03:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 09:03:03 +0000 net/py-maxminddb: Add NO_ARCH Approved by: portmgr (blanket) --- net/py-maxminddb/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/py-maxminddb/Makefile b/net/py-maxminddb/Makefile index 8bd0b79d68f8..5b0d2d6bf950 100644 --- a/net/py-maxminddb/Makefile +++ b/net/py-maxminddb/Makefile @@ -21,4 +21,6 @@ GH_PROJECT= MaxMind-DB-Reader-python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include <bsd.port.mk>