diff options
author | yuri <yuri@FreeBSD.org> | 2018-12-10 17:52:11 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-12-10 17:52:11 +0800 |
commit | db1d3bfbba2a531a9b010154004542dad0d9df14 (patch) | |
tree | 8427f137a1c19425115c1bd8df1d1f2de9bd643e /math/osi | |
parent | 7b678cdac13001acb031e30ffd22d81016481995 (diff) | |
download | freebsd-ports-gnome-db1d3bfbba2a531a9b010154004542dad0d9df14.tar.gz freebsd-ports-gnome-db1d3bfbba2a531a9b010154004542dad0d9df14.tar.zst freebsd-ports-gnome-db1d3bfbba2a531a9b010154004542dad0d9df14.zip |
math/osi: Change DEPENDS statements
Requested by: mat
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 |