aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-11-12 05:53:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-11-12 10:23:59 +0000
commit4fdb2c87a5906be6dbfb41e71b70d3f27af21164 (patch)
tree8e0943385286f819bd5608bff3c853345f87b93a
parentea3265a546e012e9abc4deedc314017ec419b977 (diff)
downloadports-4fdb2c87a5906be6dbfb41e71b70d3f27af21164.tar.gz
ports-4fdb2c87a5906be6dbfb41e71b70d3f27af21164.zip
math/py-Py-BOBYQA: Add NO_ARCH=yes
-rw-r--r--math/py-Py-BOBYQA/Makefile3
1 files changed, 3 insertions, 0 deletions
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>