git: de338b6a083b - main - security/py-vpn-slice: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Nov 2021 16:29:13 UTC
The branch main has been updated by driesm: URL: https://cgit.FreeBSD.org/ports/commit/?id=de338b6a083b22f27e8f6ef455bdff1131b74ecc commit de338b6a083b22f27e8f6ef455bdff1131b74ecc Author: Dries Michiels <driesm@FreeBSD.org> AuthorDate: 2021-11-24 19:13:11 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2021-11-27 16:26:27 +0000 security/py-vpn-slice: Add NO_ARCH Approved by: 0mp (mentor), portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D33105 --- security/py-vpn-slice/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/py-vpn-slice/Makefile b/security/py-vpn-slice/Makefile index 97b7111c2b75..b091a2f5f805 100644 --- a/security/py-vpn-slice/Makefile +++ b/security/py-vpn-slice/Makefile @@ -15,4 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16:dns/py-dnspython@${PY_FLAVOR USES= python:3.3+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>