aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-03 16:33:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-03 17:39:38 +0000
commit9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47 (patch)
treed0b6c71880a41ac06341a00b640fb1464b4bb24e
parent6354328d5f77001b261a22475dbf4f465d3e4758 (diff)
downloadports-9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47.tar.gz
ports-9dbcd26e1866e4146cc8d4566227c8e7a5fb4c47.zip
math/alps: Fix dependency
-rw-r--r--math/alps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/alps/Makefile b/math/alps/Makefile
index 5688394adb97..3e2bc5fd6a16 100644
--- a/math/alps/Makefile
+++ b/math/alps/Makefile
@@ -1,6 +1,7 @@
PORTNAME= alps
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.0.1
+PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@@ -10,7 +11,8 @@ COMMENT= Abstract Library for Parallel Search (ALPS)
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Alps/LICENSE
-LIB_DEPENDS= libCoinUtils.so:math/clp
+LIB_DEPENDS= libCoinUtils.so:math/coinutils \
+ libopenblas.so:math/openblas
USES= blaslapack gmake libtool pkgconfig
USE_LDCONFIG= yes