git: bced47a78fa8 - main - math/py-brial: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:49:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bced47a78fa8773d94309adda47b75bdba12513d commit bced47a78fa8773d94309adda47b75bdba12513d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:36:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:40:13 +0000 math/py-brial: Add NO_ARCH Approved by: portmgr (blanket) --- math/py-brial/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/math/py-brial/Makefile b/math/py-brial/Makefile index 84df51feee17..71f37c77ce2f 100644 --- a/math/py-brial/Makefile +++ b/math/py-brial/Makefile @@ -21,4 +21,6 @@ USES= python:3.6+ WRKSRC_SUBDIR= sage-brial USE_PYTHON= distutils +NO_ARCH= yes + .include <bsd.port.mk>