svn commit: r469889 - head/graphics/libkface

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


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


More information about the svn-ports-all mailing list