svn commit: r487144 - head/math/osi

Yuri Victorovich yuri at FreeBSD.org
Mon Dec 10 09:52:12 UTC 2018


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


More information about the svn-ports-all mailing list