From 40b96aaa75e75a12a6f29f0395e52c6be102f42c Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 9 Sep 2022 13:38:02 +0200 Subject: [PATCH] graphics/pcl-pointclouds: make QHULL option depend on moved port math/qhull8 was moved to math/qhull back in February in [1] [1] 5693794683876c2478f2a8029a6c0a47dc53c184 --- graphics/pcl-pointclouds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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