git: 4fdb2c87a590 - main - math/py-Py-BOBYQA: Add NO_ARCH=yes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Nov 2023 10:24:03 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fdb2c87a5906be6dbfb41e71b70d3f27af21164 commit 4fdb2c87a5906be6dbfb41e71b70d3f27af21164 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-11-12 05:53:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-11-12 10:23:59 +0000 math/py-Py-BOBYQA: Add NO_ARCH=yes --- math/py-Py-BOBYQA/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/py-Py-BOBYQA/Makefile b/math/py-Py-BOBYQA/Makefile index 7962468627e9..2b2472244461 100644 --- a/math/py-Py-BOBYQA/Makefile +++ b/math/py-Py-BOBYQA/Makefile @@ -1,5 +1,6 @@ PORTNAME= Py-BOBYQA DISTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,4 +19,6 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes + .include <bsd.port.mk>