diff options
Diffstat (limited to 'lang/tcl-wrapper/Makefile')
-rw-r--r-- | lang/tcl-wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl-wrapper/Makefile b/lang/tcl-wrapper/Makefile index 6bf23541d32f..2af0ecca4997 100644 --- a/lang/tcl-wrapper/Makefile +++ b/lang/tcl-wrapper/Makefile @@ -36,10 +36,10 @@ TX_SHELL= wish TX_PORT= tk TX_PORT_U= Tk TX_CAT= x11-toolkits -USE_TK_RUN= 82+ +USE_TK_RUN= 83+ CATEGORIES= x11-toolkits tk .else -USE_TCL_RUN= 82+ +USE_TCL_RUN= 83+ .endif TX_CONF= ${TX_SHELL}.conf |