aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-21 14:31:59 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-21 19:21:52 +0000
commit9f02903fc610e0ee6355d351d75c201b213e0abe (patch)
tree69c20be5da402e32b01e8e2f024afb5246126d47 /graphics/pcl-pointclouds
parentd8d23f866b81fd543e56be5d76e0ebfc0001f73a (diff)
downloadports-9f02903fc610e0ee6355d351d75c201b213e0abe.tar.gz
ports-9f02903fc610e0ee6355d351d75c201b213e0abe.zip
deskutils/just: Update 1.5.0 -> 1.6.0
Reported by: portscout
Diffstat (limited to 'graphics/pcl-pointclouds')
-rw-r--r--graphics/pcl-pointclouds/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 00511605899e..d3823f726cb7 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pcl
DISTVERSION= 1.12.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics math
MASTER_SITES= https://github.com/PointCloudLibrary/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
PKGNAMESUFFIX= -pointclouds
@@ -81,7 +81,8 @@ VTK_DESC= Build VTK visualizations
VTK_USES= gl qt:5
VTK_USE= GL=gl,glu QT=core,gui,opengl,widgets,buildtools:build,qmake:build
VTK_CMAKE_BOOL= WITH_VTK
-VTK_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.1
-VTK_LIB_DEPENDS= libvtkCommonCore-9.1.so:math/vtk9
+VTK_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-${VTK_VER}
+VTK_LIB_DEPENDS= libvtkCommonCore-${VTK_VER}.so:math/vtk9
+.include <../../math/vtk9/Makefile.version>
.include <bsd.port.mk>