Date: Mon, 10 Dec 2018 09:52:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487144 - head/math/osi Message-ID: <201812100952.wBA9qB1a012183@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Dec 10 09:52:11 2018 New Revision: 487144 URL: https://svnweb.freebsd.org/changeset/ports/487144 Log: math/osi: Change DEPENDS statements Requested by: mat Modified: head/math/osi/Makefile Modified: head/math/osi/Makefile ============================================================================== --- head/math/osi/Makefile Mon Dec 10 09:31:30 2018 (r487143) +++ head/math/osi/Makefile Mon Dec 10 09:52:11 2018 (r487144) @@ -12,11 +12,11 @@ COMMENT= COIN-OR Open Solver Interface, an API for cal 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812100952.wBA9qB1a012183>