diff --git a/misc/visp/Makefile b/misc/visp/Makefile index 893c2817f387..bcfa60152efb 100644 --- a/misc/visp/Makefile +++ b/misc/visp/Makefile @@ -1,41 +1,44 @@ PORTNAME= visp DISTVERSION= 3.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= https://visp-doc.inria.fr/download/releases/ MAINTAINER= yuri@FreeBSD.org COMMENT= Modular library for visual tracking and visual servoing LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libblas.so:math/blas \ libboost_system.so:devel/boost-libs \ libdmtx.so:graphics/libdmtx \ libflann.so:math/flann \ libgsl.so:math/gsl \ liblapack.so:math/lapack \ libopenblas.so:math/openblas \ 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 OPTIONS_DEFINE= OGRE OGRE_DESC= Include Ogre support OGRE_CMAKE_BOOL= USE_OGRE OGRE_LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libOgreMain.so:graphics/ogre3d19 .include