summaryrefslogtreecommitdiff
path: root/Mk/Uses/tcl.mk
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-09-19 14:18:29 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-09-19 14:18:29 +0000
commit815711e2d48af6f530bffec6553496fcdb8f6d37 (patch)
tree99eec2d694286bde9aed947c21bc249a992598d5 /Mk/Uses/tcl.mk
parent- Update to 1.6 (diff)
- Correct typo
Spotted by: thierry
Notes
Notes: svn path=/head/; revision=327624
Diffstat (limited to 'Mk/Uses/tcl.mk')
-rw-r--r--Mk/Uses/tcl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/tcl.mk b/Mk/Uses/tcl.mk
index 886bfeb20624..5e0f66250e5e 100644
--- a/Mk/Uses/tcl.mk
+++ b/Mk/Uses/tcl.mk
@@ -118,8 +118,8 @@ TCL_INCLUDEDIR:=${LOCALBASE}/include/tcl${TCL_VER}
TK_VER:= ${_TCLTK_WANTED_VERSION:S/8/8./}
TK_SHLIB_VER:= ${_TCLTK_WANTED_VERSION}
WISH:= ${LOCALBASE}/bin/wish${TCL_VER}
-TK_LIBDIR:= ${LOCALBASE}/lib/tcl${TK_VER}
-TK_INCLUDEDIR:= ${LOCALBASE}/include/tcl${TK_VER}
+TK_LIBDIR:= ${LOCALBASE}/lib/tk${TK_VER}
+TK_INCLUDEDIR:= ${LOCALBASE}/include/tk${TK_VER}
.endif
#