git: 40b96aaa75e7 - main - graphics/pcl-pointclouds: make QHULL option depend on moved port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 11:39:15 UTC
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40b96aaa75e75a12a6f29f0395e52c6be102f42c
commit 40b96aaa75e75a12a6f29f0395e52c6be102f42c
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-09-09 11:38:02 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-09-09 11:39:07 +0000
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