diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-10 09:52:11 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-10 09:52:11 +0000 |
commit | 4ed2e0f9bedc6c3d2e8487d0639101af8517d85d (patch) | |
tree | 8427f137a1c19425115c1bd8df1d1f2de9bd643e /math/osi | |
parent | 2b66fcd3a67cf81fcefc68fd6e94cada3c0d81b9 (diff) |
Notes
Diffstat (limited to 'math/osi')
-rw-r--r-- | math/osi/Makefile | 6 |
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 |