diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-25 20:41:06 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-25 20:41:06 +0000 |
commit | 85689bc85812fea6a933375fcf6f9a5ecc5db754 (patch) | |
tree | 23d8e1c8862018a615409e86fccb740f0d6c0530 /math/vtk5 | |
parent | aae0490af71fa1ccb79a0358b64c468e75c8f1b1 (diff) | |
download | ports-85689bc85812fea6a933375fcf6f9a5ecc5db754.tar.gz ports-85689bc85812fea6a933375fcf6f9a5ecc5db754.zip |
Notes
Diffstat (limited to 'math/vtk5')
-rw-r--r-- | math/vtk5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 0858ec8c7fb2..189a0a4b8bb8 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -8,7 +8,7 @@ PORTNAME= vtk PORTVERSION= 5.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/5.0/ \ http://www.neuro.mcw.edu/Ports/distfiles/VTK5/ @@ -25,8 +25,8 @@ LIB_DEPENDS= expat.[5-6]:${PORTSDIR}/textproc/expat2 \ LATEST_LINK= vtk5 USE_QT_VER= 3 -USE_TCL= yes -USE_TK= yes +USE_TCL= 84 +USE_TK= 84 USE_PYTHON= yes INSTALLS_EGGINFO= yes |