git: 92e4b68914aa - main - math/couenne: Add missing dependencies

Yuri Victorovich yuri at FreeBSD.org
Mon May 3 18:59:11 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=92e4b68914aa8118655b0e3030b601ca9decf86a

commit 92e4b68914aa8118655b0e3030b601ca9decf86a
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-03 18:58:42 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-03 18:59:08 +0000

    math/couenne: Add missing dependencies
---
 math/couenne/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/couenne/Makefile b/math/couenne/Makefile
index d219b9882385..99be2e8d6b7a 100644
--- a/math/couenne/Makefile
+++ b/math/couenne/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	couenne
 DISTVERSIONPREFIX=	releases/
 DISTVERSION=	0.5.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -16,7 +16,9 @@ LIB_DEPENDS=	libbonmin.so:math/bonmin \
 		libCbc.so:math/cbc \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
-		libipopt.so:math/ipopt
+		libCoinUtils.so:math/coinutils \
+		libipopt.so:math/ipopt \
+		libopenblas.so:math/openblas
 
 USES=		blaslapack:netlib fortran gmake libtool pkgconfig
 USE_LDCONFIG=	yes


More information about the dev-commits-ports-all mailing list