diff options
author | mm <mm@FreeBSD.org> | 2009-02-23 21:16:35 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-23 21:16:35 +0800 |
commit | 104bfa28065bd287b270b0e75708c020709e962d (patch) | |
tree | 75526a787dca9c6fecceccef65935cbe014dd9a0 /math/vtk | |
parent | d5837cecc296938f9a479d7ea63431298081feef (diff) | |
download | freebsd-ports-gnome-104bfa28065bd287b270b0e75708c020709e962d.tar.gz freebsd-ports-gnome-104bfa28065bd287b270b0e75708c020709e962d.tar.zst freebsd-ports-gnome-104bfa28065bd287b270b0e75708c020709e962d.zip |
- Add/change USE_TCL/USE_TK from YES to 84 due to planned default tcl
change
Diffstat (limited to 'math/vtk')
-rw-r--r-- | math/vtk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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> |