aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-03-24 17:17:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-03-24 17:17:55 +0000
commit15f91ab8793d19399767cf4f86cfec164edd9a44 (patch)
treea9ed74d6584a9368fe4a9479682fbbd78e46af96 /math
parentcb84d120789d469eb09a7bf5c70145fe6c00fd98 (diff)
downloadports-15f91ab8793d19399767cf4f86cfec164edd9a44.tar.gz
ports-15f91ab8793d19399767cf4f86cfec164edd9a44.zip
math/py-cyipopt: Fix ipopt dependency
Diffstat (limited to 'math')
-rw-r--r--math/py-cyipopt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-cyipopt/Makefile b/math/py-cyipopt/Makefile
index afff33fc8fa3..89ee1574ddbc 100644
--- a/math/py-cyipopt/Makefile
+++ b/math/py-cyipopt/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cyipopt
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= EPL
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
LIB_DEPENDS= libblas.so:math/blas \
- libcoinmetis.so:math/ipopt \
+ libipopt.so:math/ipopt \
liblapack.so:math/lapack
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \