aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2022-09-09 11:38:02 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2022-09-09 11:39:07 +0000
commit40b96aaa75e75a12a6f29f0395e52c6be102f42c (patch)
tree5f8b667bc63f4f96cb7e07e84a9ccc219fed590a /graphics/pcl-pointclouds/Makefile
parentdd3a37fb98d701cbba9dbf8e7cb8ab536d435d0b (diff)
downloadports-40b96aaa75e75a12a6f29f0395e52c6be102f42c.tar.gz
ports-40b96aaa75e75a12a6f29f0395e52c6be102f42c.zip
graphics/pcl-pointclouds: make QHULL option depend on moved port
math/qhull8 was moved to math/qhull back in February in [1] [1] 5693794683876c2478f2a8029a6c0a47dc53c184
Diffstat (limited to 'graphics/pcl-pointclouds/Makefile')
-rw-r--r--graphics/pcl-pointclouds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile
index 9b029b04b6f9..270205e11a78 100644
--- a/graphics/pcl-pointclouds/Makefile
+++ b/graphics/pcl-pointclouds/Makefile
@@ -71,7 +71,7 @@ PNG_LIB_DEPENDS= libpng.so:graphics/png
QHULL_DESC= Include convex-hull operations
QHULL_CMAKE_BOOL= WITH_QHULL
-QHULL_LIB_DEPENDS= libqhull_r.so:math/qhull8
+QHULL_LIB_DEPENDS= libqhull_r.so:math/qhull
QT5_CMAKE_ON= -DWITH_QT=QT5
QT5_CMAKE_OFF= -DWITH_QT=NO