git: f130c2b47758 - main - net/py-ifaddr: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f130c2b477581d919543de95bce6f4d72a5a90a6 commit f130c2b477581d919543de95bce6f4d72a5a90a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:15 +0000 net/py-ifaddr: Add NO_ARCH Approved by: portmgr (blanket) --- net/py-ifaddr/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/py-ifaddr/Makefile b/net/py-ifaddr/Makefile index 583913697769..e6e844894609 100644 --- a/net/py-ifaddr/Makefile +++ b/net/py-ifaddr/Makefile @@ -15,6 +15,8 @@ USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + USE_GITHUB= yes GH_ACCOUNT= pydron