diff options
Diffstat (limited to 'cad/ifcopenshell/Makefile')
| -rw-r--r-- | cad/ifcopenshell/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/cad/ifcopenshell/Makefile b/cad/ifcopenshell/Makefile index 8810fd67d676..3b6f8a591efb 100644 --- a/cad/ifcopenshell/Makefile +++ b/cad/ifcopenshell/Makefile @@ -1,6 +1,6 @@  PORTNAME=	ifcopenshell  PORTVERSION=	0.7.0.231127 -PORTREVISION=	4 +PORTREVISION=	5  DISTVERSIONPREFIX=	v  CATEGORIES=	cad @@ -19,7 +19,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LESSER  BUILD_DEPENDS=	${LOCALBASE}/include/CGAL/Cartesian.h:math/cgal \  		${LOCALBASE}/include/nlohmann/json.hpp:devel/nlohmann-json \  		${LOCALBASE}/include/svgpp/svgpp.hpp:graphics/svgpp -LIB_DEPENDS=	libboost_system.so:devel/boost-libs \ +LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \  		libgmp.so:math/gmp libmpfr.so:math/mpfr \  		libTKernel.so:cad/opencascade740 | 
