Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 14:09:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469890 - head/math/scilab-toolbox-sivp
Message-ID:  <201805141409.w4EE9iLI044221@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141409.w4EE9iLI044221>