graphics/pcl-pointclouds: Use math/qhull instead of the deprecated math/qhull5

Also fix WWW.

PR:		249411
Reported by:	Thibault Payet <monwarez@mailoo.org>
This commit is contained in:
Yuri Victorovich 2020-09-17 22:59:16 +00:00
parent 60dda5b7c0
commit 06ccf17a18
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548869
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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/