aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-10-21 19:22:35 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-10-21 19:22:35 +0000
commit9bd18faa1cb4b93efcaf694c21e1601d78bc5d4c (patch)
treef3e8cda982f698175cf61c5564982b6220dfb2c6 /graphics/pcl-pointclouds
parent9f02903fc610e0ee6355d351d75c201b213e0abe (diff)
downloadports-9bd18faa1cb4b93efcaf694c21e1601d78bc5d4c.tar.gz
ports-9bd18faa1cb4b93efcaf694c21e1601d78bc5d4c.zip
Revert "deskutils/just: Update 1.5.0 -> 1.6.0"
This reverts commit 9f02903fc610e0ee6355d351d75c201b213e0abe.
Diffstat (limited to 'graphics/pcl-pointclouds')
-rw-r--r--graphics/pcl-pointclouds/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index d3823f726cb7..00511605899e 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pcl
DISTVERSION= 1.12.1
-PORTREVISION= 5
+PORTREVISION= 4
CATEGORIES= graphics math
MASTER_SITES= https://github.com/PointCloudLibrary/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
PKGNAMESUFFIX= -pointclouds
@@ -81,8 +81,7 @@ 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-${VTK_VER}
-VTK_LIB_DEPENDS= libvtkCommonCore-${VTK_VER}.so:math/vtk9
+VTK_CMAKE_ON= -DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.1
+VTK_LIB_DEPENDS= libvtkCommonCore-9.1.so:math/vtk9
-.include <../../math/vtk9/Makefile.version>
.include <bsd.port.mk>