aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-12-10 17:52:11 +0800
committeryuri <yuri@FreeBSD.org>2018-12-10 17:52:11 +0800
commitdb1d3bfbba2a531a9b010154004542dad0d9df14 (patch)
tree8427f137a1c19425115c1bd8df1d1f2de9bd643e
parent7b678cdac13001acb031e30ffd22d81016481995 (diff)
downloadfreebsd-ports-gnome-db1d3bfbba2a531a9b010154004542dad0d9df14.tar.gz
freebsd-ports-gnome-db1d3bfbba2a531a9b010154004542dad0d9df14.tar.zst
freebsd-ports-gnome-db1d3bfbba2a531a9b010154004542dad0d9df14.zip
math/osi: Change DEPENDS statements
Requested by: mat
-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