aboutsummaryrefslogtreecommitdiff
path: root/math/nlopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/nlopt/Makefile')
-rw-r--r--math/nlopt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/nlopt/Makefile b/math/nlopt/Makefile
index 93e87de09dee..ce15d76ec27c 100644
--- a/math/nlopt/Makefile
+++ b/math/nlopt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= nlopt
DISTVERSIONPREFIX= v
DISTVERSION= 2.10.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= rhurlin@FreeBSD.org
@@ -19,10 +19,10 @@ BROKEN_armv7= fails to package: Unable to access file site-packages/_nlopt.a:No
FLAVORS= full minimal
FLAVOR?= ${FLAVORS:[1]}
-full_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
+full_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
swig:devel/swig
full_LIB_DEPENDS= liboctave.so:math/octave
-full_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR}
+full_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR}
full_CONFLICTS_INSTALL= ${PORTNAME}-minimal
minimal_PKGNAMESUFFIX= -minimal
minimal_CONFLICTS_INSTALL= ${PORTNAME}