Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 14:09:23 +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: r469889 - head/graphics/libkface
Message-ID:  <201805141409.w4EE9N68044102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon May 14 14:09:23 2018
New Revision: 469889
URL: https://svnweb.freebsd.org/changeset/ports/469889

Log:
  graphics/libkface: fix LIB_DEPENDS

Modified:
  head/graphics/libkface/Makefile   (contents, props changed)

Modified: head/graphics/libkface/Makefile
==============================================================================
--- head/graphics/libkface/Makefile	Mon May 14 13:52:34 2018	(r469888)
+++ head/graphics/libkface/Makefile	Mon May 14 14:09:23 2018	(r469889)
@@ -16,7 +16,7 @@ EXPIRATION_DATE=	2018-06-07
 LICENSE=	GPLv2+ LGPL20+
 LICENSE_COMB=	multi
 
-LIB_DEPENDS=	libopencv_legacy.so:graphics/opencv
+LIB_DEPENDS=	libopencv_ml.so:graphics/opencv
 
 USES=		cmake:outsource kde:4 pathfix pkgconfig tar:xz
 USE_KDE=	kdelibs automoc4 marble



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