svn commit: r469890 - head/math/scilab-toolbox-sivp

Steve Wills swills at FreeBSD.org
Mon May 14 14:09:45 UTC 2018


Author: swills
Date: Mon May 14 14:09:44 2018
New Revision: 469890
URL: https://svnweb.freebsd.org/changeset/ports/469890

Log:
  math/scilab-toolbox-sivp: fix LIB_DEPENDS

Modified:
  head/math/scilab-toolbox-sivp/Makefile   (contents, props changed)

Modified: head/math/scilab-toolbox-sivp/Makefile
==============================================================================
--- head/math/scilab-toolbox-sivp/Makefile	Mon May 14 14:09:23 2018	(r469889)
+++ head/math/scilab-toolbox-sivp/Makefile	Mon May 14 14:09:44 2018	(r469890)
@@ -11,7 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Scilab Image and Video Processing Toolbox
 
 BUILD_DEPENDS=	${SCILAB_CMD}:math/scilab
-LIB_DEPENDS=	libopencv_legacy.so:graphics/opencv
+LIB_DEPENDS=	libopencv_ml.so:graphics/opencv
 
 RUN_DEPENDS=	${SCILAB_CMD}:math/scilab
 


More information about the svn-ports-head mailing list