aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-17 22:59:16 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-17 22:59:16 +0000
commit06ccf17a189865327322dffde29174f401306ce9 (patch)
treeaa60ce9931947ceaa9ea78418026eb7449ac3997 /graphics/pcl-pointclouds
parent60dda5b7c07e548c4d380e1df1f90efef07439af (diff)
downloadports-06ccf17a189865327322dffde29174f401306ce9.tar.gz
ports-06ccf17a189865327322dffde29174f401306ce9.zip
graphics/pcl-pointclouds: Use math/qhull instead of the deprecated math/qhull5
Also fix WWW. PR: 249411 Reported by: Thibault Payet <monwarez@mailoo.org>
Notes
Notes: svn path=/head/; revision=548869
Diffstat (limited to 'graphics/pcl-pointclouds')
-rw-r--r--graphics/pcl-pointclouds/Makefile3
-rw-r--r--graphics/pcl-pointclouds/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 70adc8269417..95e8c2d77b1a 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pcl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 1.11.1
+PORTREVISION= 1
CATEGORIES= graphics math
PKGNAMESUFFIX= -pointclouds
@@ -47,7 +48,7 @@ PNG_LIB_DEPENDS= libpng.so:graphics/png
QHULL_DESC= Include convex-hull operations
QHULL_CMAKE_BOOL= WITH_QHULL
-QHULL_LIB_DEPENDS= libqhull.so:math/qhull5
+QHULL_LIB_DEPENDS= libqhull.so:math/qhull
QT5_CMAKE_BOOL= WITH_QT
QT5_BROKEN= WITH_QT doesn't do anything, should be used by apps, but apps is also broken: see https://github.com/PointCloudLibrary/pcl/issues/2642
diff --git a/graphics/pcl-pointclouds/pkg-descr b/graphics/pcl-pointclouds/pkg-descr
index 50a12c980532..a7d7492f5725 100644
--- a/graphics/pcl-pointclouds/pkg-descr
+++ b/graphics/pcl-pointclouds/pkg-descr
@@ -7,4 +7,4 @@ companies, with our own non-profit organization, Open Perception. We would also
like to thank individual donors and contributors that have been helping the
project.
-WWW: http://pointclouds.org
+WWW: https://pointclouds.org/