diff options
Diffstat (limited to 'lang/tcl90/Makefile')
-rw-r--r-- | lang/tcl90/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl90/Makefile b/lang/tcl90/Makefile index 6ae65415ead2..55e11de61f8b 100644 --- a/lang/tcl90/Makefile +++ b/lang/tcl90/Makefile @@ -52,7 +52,7 @@ CONFIGURE_ARGS= --enable-shared \ --with-system-libtommath LDFLAGS+= -Wl,-z,muldefs -TCL_VERSION= 9.0.1 +TCL_VERSION= 9.0.2 TCL_VER= ${TCL_VERSION:R} TCL_RC= SHORT_TCL_VER= ${TCL_VER:S/.//} |