diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-02-13 11:36:23 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-02-13 11:36:23 +0000 |
commit | 3b9089095856e04e6a2eea568d7e8eaa5c47dd64 (patch) | |
tree | 595892df028e9a39a8052099ef55445cc670ea34 /lang/tcl-wrapper | |
parent | 3148bf6e52a21a8da7c37e4c74f93ba7ab64b7fa (diff) | |
download | ports-3b9089095856e04e6a2eea568d7e8eaa5c47dd64.tar.gz ports-3b9089095856e04e6a2eea568d7e8eaa5c47dd64.zip |
Notes
Diffstat (limited to 'lang/tcl-wrapper')
-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 c3047a20b556..9ac722c49e55 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= yes +USE_TK_RUN= 82+ CATEGORIES= x11-toolkits tk .else -USE_TCL_RUN= yes +USE_TCL_RUN= 82+ .endif TX_CONF= ${TX_SHELL}.conf |