graphics/pcl-pointclouds: make QHULL option depend on moved port

math/qhull8 was moved to math/qhull back in February in [1]

[1] 5693794683
This commit is contained in:
Tobias C. Berner 2022-09-09 13:38:02 +02:00
parent dd3a37fb98
commit 40b96aaa75

View file

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