diff options
author | mm <mm@FreeBSD.org> | 2009-02-26 04:41:06 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-26 04:41:06 +0800 |
commit | b472031c233cd7f4ff3fe8fad2c1dc1c20fda29f (patch) | |
tree | a2b2ec8fdb266de1772de093000390e3a8936a49 /math/vtk5 | |
parent | 498658aec6b35056d229c97b5a30d5e48c17d38e (diff) | |
download | freebsd-ports-gnome-b472031c233cd7f4ff3fe8fad2c1dc1c20fda29f.tar.gz freebsd-ports-gnome-b472031c233cd7f4ff3fe8fad2c1dc1c20fda29f.tar.zst freebsd-ports-gnome-b472031c233cd7f4ff3fe8fad2c1dc1c20fda29f.zip |
- Port does not support tk85, force 84
- Bump PORTREVISION
Reported by: pointyhat (pav)
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 |