aboutsummaryrefslogtreecommitdiff
path: root/math/vtk
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-02-14 14:49:40 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-02-14 14:49:40 +0000
commit89296dc7989400c01370bd26d1fcf15d2f9651bc (patch)
tree4272f4a5f9329fdeaeddbf1a4c3c9e1493288c59 /math/vtk
parent9f2dedec0cd4115d71ec0ce7929a5ab4c740613f (diff)
downloadports-89296dc7989400c01370bd26d1fcf15d2f9651bc.tar.gz
ports-89296dc7989400c01370bd26d1fcf15d2f9651bc.zip
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl
Notes
Notes: svn path=/head/; revision=228276
Diffstat (limited to 'math/vtk')
-rw-r--r--math/vtk/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile
index 38e43cb50836..5aea6638cea3 100644
--- a/math/vtk/Makefile
+++ b/math/vtk/Makefile
@@ -35,6 +35,8 @@ VTK_KITS= Common Filtering Graphics Hybrid IO Imaging Rendering Parallel Patente
PLIST_SUB+= LIBVER=${LIBVER} PKGNAME=${PKGNAME}
+USE_TK= 84
+
.include <bsd.port.pre.mk>
.if defined(WRAP) || !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX}=="-headers"