diff options
author | swills <swills@FreeBSD.org> | 2018-05-09 09:10:11 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-05-09 09:10:11 +0800 |
commit | 6830777312b5049e402dee4d3f12d0a2f6f084b4 (patch) | |
tree | 61c3b03ca83f7ee408d0e57d069b884202696225 /astro | |
parent | 2b6ad4946c7b95809647e4d3a5fad3e636b76c9c (diff) | |
download | freebsd-ports-gnome-6830777312b5049e402dee4d3f12d0a2f6f084b4.tar.gz freebsd-ports-gnome-6830777312b5049e402dee4d3f12d0a2f6f084b4.tar.zst freebsd-ports-gnome-6830777312b5049e402dee4d3f12d0a2f6f084b4.zip |
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libkgeomap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/libkgeomap/Makefile b/astro/libkgeomap/Makefile index a90127857084..370f51392c2b 100644 --- a/astro/libkgeomap/Makefile +++ b/astro/libkgeomap/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/buffer_concepts.hpp:devel/boost-libs -LIB_DEPENDS= libopencv_legacy.so:graphics/opencv +LIB_DEPENDS= libopencv_video.so:graphics/opencv USES= cmake:outsource gettext kde:5 pkgconfig tar:xz USE_KDE= config coreaddons ecm i18n kio marble service textwidgets |