diff options
author | mm <mm@FreeBSD.org> | 2009-02-14 22:49:40 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-14 22:49:40 +0800 |
commit | 45679a68f4cde8d0665a6f9f0a4036befc6e2341 (patch) | |
tree | aebda9070e45e760732705c0205b4b918d62945e /math | |
parent | 8fe0c08050f096cbff09990a45a489f1ed0f8284 (diff) | |
download | freebsd-ports-gnome-45679a68f4cde8d0665a6f9f0a4036befc6e2341.tar.gz freebsd-ports-gnome-45679a68f4cde8d0665a6f9f0a4036befc6e2341.tar.zst freebsd-ports-gnome-45679a68f4cde8d0665a6f9f0a4036befc6e2341.zip |
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl
Diffstat (limited to 'math')
-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" |