aboutsummaryrefslogtreecommitdiff
path: root/math/osi
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-10 09:52:11 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-10 09:52:11 +0000
commit4ed2e0f9bedc6c3d2e8487d0639101af8517d85d (patch)
tree8427f137a1c19425115c1bd8df1d1f2de9bd643e /math/osi
parent2b66fcd3a67cf81fcefc68fd6e94cada3c0d81b9 (diff)
downloadports-4ed2e0f9bedc6c3d2e8487d0639101af8517d85d.tar.gz
ports-4ed2e0f9bedc6c3d2e8487d0639101af8517d85d.zip
math/osi: Change DEPENDS statements
Requested by: mat
Notes
Notes: svn path=/head/; revision=487144
Diffstat (limited to 'math/osi')
-rw-r--r--math/osi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/osi/Makefile b/math/osi/Makefile
index 13f6bad266dd..7fe83cc370da 100644
--- a/math/osi/Makefile
+++ b/math/osi/Makefile
@@ -12,11 +12,11 @@ COMMENT= COIN-OR Open Solver Interface, an API for calling solver libraries
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Osi/LICENSE
-BUILD_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \
- coin-or-Data-Netlib>0:math/coin-or-data-netlib
+BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libCoinUtils.so:math/coinutils \
libopenblas.so:math/openblas
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= coin-or-Data-Sample>0:math/coin-or-data-sample \
+ coin-or-Data-Netlib>0:math/coin-or-data-netlib
USES= fortran gmake libtool localbase:ldflags pkgconfig tar:tgz
GNU_CONFIGURE= yes