svn commit: r552349 - head/misc/visp

Antoine Brodin antoine at FreeBSD.org
Wed Oct 14 17:53:05 UTC 2020


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
 


More information about the svn-ports-all mailing list