aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-02-26 19:27:23 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-02-26 19:30:03 +0000
commit1b6369785f9ba7ab3e25ec50c09ce5866e5d65cd (patch)
tree3801744b6836fb9e16ba02834482b6ad8d918b05 /cad
parent46041eddb92bffffcb957728ec37f6e14e0ff203 (diff)
downloadports-1b6369785f9ba7ab3e25ec50c09ce5866e5d65cd.tar.gz
ports-1b6369785f9ba7ab3e25ec50c09ce5866e5d65cd.zip
cad/opencascade740: Remove TBB dependency
PR: 262209 Reported by: Thibault Payet <monwarez@mailoo.org>
Diffstat (limited to 'cad')
-rw-r--r--cad/opencascade740/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/opencascade740/Makefile b/cad/opencascade740/Makefile
index 164cd03b2f7b..b0a4a124a22f 100644
--- a/cad/opencascade740/Makefile
+++ b/cad/opencascade740/Makefile
@@ -2,6 +2,7 @@
PORTNAME= opencascade
PORTVERSION= 7.4.0 # resurrected because science/chrono only builds with opencascade-7.4.0, see https://github.com/projectchrono/chrono/issues/359#issuecomment-1023478083
+PORTREVISION= 1
CATEGORIES= cad science
PKGNAMESUFFIX= 740
@@ -16,8 +17,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BUILD_DEPENDS= ${LOCALBASE}/lib/qt5/bin/qmake:devel/qt5-qmake \
${LOCALBASE}/lib/qt5/bin/moc:devel/qt5-buildtools
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
- libfreetype.so:print/freetype2 \
- libtbb.so:devel/tbb
+ libfreetype.so:print/freetype2
RUN_DEPENDS= bash:shells/bash
# Check ${WRKSRC}/dox/overview/overview.md
@@ -52,7 +52,7 @@ CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
-DINSTALL_DIR_SAMPLES=${OCCROOT}/samples \
-DINSTALL_DIR_TESTS=${OCCROOT}/tests \
-DINSTALL_TEST_CASES:BOOL=ON \
- -DUSE_TBB:BOOL=ON \
+ -DUSE_TBB:BOOL=OFF \
-DUSE_VTK:BOOL=OFF
USE_LDCONFIG= yes