aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-02-18 18:42:41 +0000
committerThierry Thomas <thierry@FreeBSD.org>2022-02-18 18:44:55 +0000
commit033373634b12c8aff9ab8333c8323ce4fc714717 (patch)
tree17b8f743bbfd9d2261dd19f6568bcfdcf074940f /misc
parent566bc4c2f57f24965ecda6329272cc9c7db0eb24 (diff)
downloadports-033373634b12c8aff9ab8333c8323ce4fc714717.tar.gz
ports-033373634b12c8aff9ab8333c8323ce4fc714717.zip
misc/visp: switch to Qhull8
PR: 261283 Approved by: yuri (maintainer)
Diffstat (limited to 'misc')
-rw-r--r--misc/visp/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/misc/visp/Makefile b/misc/visp/Makefile
index 893c2817f387..bcfa60152efb 100644
--- a/misc/visp/Makefile
+++ b/misc/visp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= visp
DISTVERSION= 3.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= https://visp-doc.inria.fr/download/releases/
@@ -20,13 +20,16 @@ LIB_DEPENDS= libblas.so:math/blas \
libopencv_core.so:graphics/opencv \
libopencv_videoio.so:graphics/opencv \
libpcl_common.so:graphics/pcl-pointclouds \
- libqhull.so:math/qhull \
+ libqhull_r.so:math/qhull8 \
libpng.so:graphics/png \
- libv4l2.so:multimedia/libv4l
+ libv4l2.so:multimedia/libv4l \
+ liblz4.so:archivers/liblz4 \
+ libdc1394.so:multimedia/libdc1394
-USES= cmake compiler:c++14-lang eigen:3 fortran gnome jpeg xorg zip
+USES= cmake compiler:c++14-lang eigen:3 fortran gl gnome jpeg xorg zip
USE_GNOME= libxml2
USE_XORG= ice sm x11 xext
+USE_GL= gl glu opengl
USE_LDCONFIG= yes
CMAKE_OFF= WITH_QBDEVICE BUILD_EXAMPLES BUILD_TUTORIALS BUILD_TESTS BUILD_DEMOS