diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 14:49:40 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 14:49:40 +0000 |
commit | 89296dc7989400c01370bd26d1fcf15d2f9651bc (patch) | |
tree | 4272f4a5f9329fdeaeddbf1a4c3c9e1493288c59 /math/vtk | |
parent | - Fix plist after ruby update by generating it dynamically. (diff) |
- 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/Makefile | 2 |
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" |