Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 14:49:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b5a2f054f77 - main - math/py-mpmath: Add NO_ARCH
Message-ID:  <202106101449.15AEnJFI050230@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b5a2f054f7776dbec8a9e04ccbbfec9fac474b4

commit 7b5a2f054f7776dbec8a9e04ccbbfec9fac474b4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-10 14:31:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-10 14:46:22 +0000

    math/py-mpmath: Add NO_ARCH
    
    Approved by:    portmgr (blanket)
---
 math/py-mpmath/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-mpmath/Makefile b/math/py-mpmath/Makefile
index 7a080f8ef560..bbda5fb85b62 100644
--- a/math/py-mpmath/Makefile
+++ b/math/py-mpmath/Makefile
@@ -17,4 +17,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gmpy>=0:math/py-gmpy@${PY_FLAVOR} \
 USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101449.15AEnJFI050230>