aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cad/opencascade/Makefile2
-rw-r--r--math/vtk/Makefile1
2 files changed, 2 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile
index 556b88a193e9..cf774ca102fa 100644
--- a/cad/opencascade/Makefile
+++ b/cad/opencascade/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS= itcl.${ITCL_VER}:${PORTSDIR}/lang/itcl \
USE_BZIP2= yes
USE_BISON= build
-USE_TK= yes
+USE_TK= 84
USE_TCL_BUILD= 84
USE_TCL_RUN= 84
USE_TCL_THREADS=yes
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index 5aea6638cea3..b7cd6b12384f 100644
--- a/math/vtk/Makefile
+++ b/math/vtk/Makefile
@@ -35,6 +35,7 @@ VTK_KITS= Common Filtering Graphics Hybrid IO Imaging Rendering Parallel Patente
PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME}
+USE_TCL= 84
USE_TK= 84
.include <bsd.port.pre.mk>