svn commit: r327624 - head/Mk/Uses

Pietro Cerutti gahr at FreeBSD.org
Thu Sep 19 14:18:30 UTC 2013


Author: gahr
Date: Thu Sep 19 14:18:29 2013
New Revision: 327624
URL: http://svnweb.freebsd.org/changeset/ports/327624

Log:
  - Correct typo
  
  Spotted by:	thierry

Modified:
  head/Mk/Uses/tcl.mk

Modified: head/Mk/Uses/tcl.mk
==============================================================================
--- head/Mk/Uses/tcl.mk	Thu Sep 19 14:15:39 2013	(r327623)
+++ head/Mk/Uses/tcl.mk	Thu Sep 19 14:18:29 2013	(r327624)
@@ -118,8 +118,8 @@ TCL_INCLUDEDIR:=${LOCALBASE}/include/tcl
 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
 
 #


More information about the svn-ports-all mailing list