diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 21:00:54 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-09-09 21:02:04 +0000 |
commit | e2438a86b81aea7cd41a66ca23fc49510679d85b (patch) | |
tree | f88a421ed67abc4b9fcf70548478bdc6d19564e3 /graphics/dust3d | |
parent | 25304492d782a019324b8281d87effdd75ce1396 (diff) | |
download | ports-e2438a86b81aea7cd41a66ca23fc49510679d85b.tar.gz ports-e2438a86b81aea7cd41a66ca23fc49510679d85b.zip |
Diffstat (limited to 'graphics/dust3d')
-rw-r--r-- | graphics/dust3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dust3d/Makefile b/graphics/dust3d/Makefile index 90dd5c3b799e..6df3b8a9ed59 100644 --- a/graphics/dust3d/Makefile +++ b/graphics/dust3d/Makefile @@ -17,7 +17,7 @@ BROKEN_aarch64= build fails: use of undeclared identifier '__TBB_machine_fetchad BUILD_DEPENDS= ${LOCALBASE}/include/boost/config.hpp:devel/boost-libs \ ${LOCALBASE}/include/CGAL/Polygon_mesh_processing/corefinement.h:math/cgal \ - cmake:devel/cmake + cmake:devel/cmake-core LIB_DEPENDS= libgmp.so:math/gmp libmpfr.so:math/mpfr USES= compiler:c++14-lang gmake qt:5 |