diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 11:51:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-04-23 11:51:52 +0000 |
commit | fef02240eadfe71a1e40b737f40b3d44c610f203 (patch) | |
tree | 85fa201a8b2f77aa2eeebf378af8a1d9cc666b3a /x11-toolkits/pure-tk | |
parent | 4ad115ab4e7cbe42412a4185a32532ea7f4b9b86 (diff) | |
download | ports-fef02240eadfe71a1e40b737f40b3d44c610f203.tar.gz ports-fef02240eadfe71a1e40b737f40b3d44c610f203.zip |
Notes
Diffstat (limited to 'x11-toolkits/pure-tk')
-rw-r--r-- | x11-toolkits/pure-tk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/pure-tk/Makefile b/x11-toolkits/pure-tk/Makefile index d30efdc472f3..25473050511a 100644 --- a/x11-toolkits/pure-tk/Makefile +++ b/x11-toolkits/pure-tk/Makefile @@ -13,7 +13,7 @@ MAINTAINER= lichray@gmail.com COMMENT= A basic interface between Pure and Tcl/Tk USE_PURE= yes -USE_TK= 83+ +USE_TK= 84+ SHORT_TCL_VER= ${TCL_VER:S/8./8/} MAKE_ARGS+= tclvers=${TCL_VER} |