diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-10 03:20:10 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-02-10 03:20:10 +0000 |
commit | 46a8c5707466133eb69b228bd33bc87457d5e2ca (patch) | |
tree | bb718b8e919c1a173b2933054e005740e43befa2 /misc/visp/Makefile | |
parent | c5c1dbfe7fbde54e00364eb6e945b28d30da1f4b (diff) | |
download | ports-46a8c5707466133eb69b228bd33bc87457d5e2ca.tar.gz ports-46a8c5707466133eb69b228bd33bc87457d5e2ca.zip |
Notes
Diffstat (limited to 'misc/visp/Makefile')
-rw-r--r-- | misc/visp/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/misc/visp/Makefile b/misc/visp/Makefile index 32cd03da00be..6dea0ac7a2d1 100644 --- a/misc/visp/Makefile +++ b/misc/visp/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= visp -DISTVERSION= 3.1.0 -PORTREVISION= 3 +DISTVERSION= 3.2.0 CATEGORIES= misc MASTER_SITES= http://gforge.inria.fr/frs/download.php/latestfile/475/ @@ -13,15 +12,19 @@ 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 \ libopencv_core.so:graphics/opencv-core \ libopencv_videoio.so:graphics/opencv \ + libpcl_common.so:graphics/pcl-pointclouds \ + libqhull.so:math/qhull5 \ libpng16.so:graphics/png \ libv4l2.so:multimedia/libv4l -USES= cmake eigen:3 fortran jpeg +USES= cmake eigen:3 fortran gnome jpeg USE_GNOME= libxml2 USE_XORG= ice sm x11 xext USE_LDCONFIG= yes |