Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2020 17:53:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552349 - head/misc/visp
Message-ID:  <202010141753.09EHr548026718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Oct 14 17:53:05 2020
New Revision: 552349
URL: https://svnweb.freebsd.org/changeset/ports/552349

Log:
  Fix DEPENDS

Modified:
  head/misc/visp/Makefile

Modified: head/misc/visp/Makefile
==============================================================================
--- head/misc/visp/Makefile	Wed Oct 14 17:49:05 2020	(r552348)
+++ head/misc/visp/Makefile	Wed Oct 14 17:53:05 2020	(r552349)
@@ -2,7 +2,7 @@
 
 PORTNAME=	visp
 DISTVERSION=	3.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	misc
 MASTER_SITES=	http://gforge.inria.fr/frs/download.php/latestfile/475/
 
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libopencv_core.so:graphics/opencv-core \
 		libopencv_videoio.so:graphics/opencv \
 		libpcl_common.so:graphics/pcl-pointclouds \
-		libqhull.so:math/qhull5 \
+		libqhull.so:math/qhull \
 		libpng.so:graphics/png \
 		libv4l2.so:multimedia/libv4l
 



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