diff options
Diffstat (limited to 'cad/cura-engine/Makefile')
-rw-r--r-- | cad/cura-engine/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/cura-engine/Makefile b/cad/cura-engine/Makefile index 71b7b15089fb..eda8471a8cdd 100644 --- a/cad/cura-engine/Makefile +++ b/cad/cura-engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= CuraEngine PORTVERSION= 5.7.0 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= cad DIST_SUBDIR= Ultimaker @@ -15,7 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/uuid/uuid.hpp:devel/boost-libs \ ${LOCALBASE}/include/fmt/format.h:devel/libfmt \ ${LOCALBASE}/include/range/v3/range.hpp:devel/range-v3 \ ${LOCALBASE}/include/rapidjson/rapidjson.h:devel/rapidjson -LIB_DEPENDS= libArcus.so:net/libarcus \ +LIB_DEPENDS= libabsl_log_internal_message.so:devel/abseil \ + libArcus.so:net/libarcus \ + libfmt.so:devel/libfmt \ libpolyclipping.so:graphics/polyclipping \ libprotobuf.so:devel/protobuf \ libspdlog.so:devel/spdlog |