From 2c4670a743c79fd5b7d5e480e7b8128d796ca5a0 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Tue, 13 Mar 2001 22:39:21 +0000 Subject: In several spots, it was refering to TCL (or tcl) instead of TK (or tk). Submitted by: John Merryweather Cooper --- graphics/libimg/files/Makefile.bsd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'graphics/libimg') diff --git a/graphics/libimg/files/Makefile.bsd b/graphics/libimg/files/Makefile.bsd index 8f3e43fdcbb3..2456cab659b3 100644 --- a/graphics/libimg/files/Makefile.bsd +++ b/graphics/libimg/files/Makefile.bsd @@ -8,13 +8,14 @@ TCL_VER?= 8.3 SHLIB_MAJOR= 1 SHLIB_MINOR= 2 -.if exists(${LOCALBASE}/lib/tcl${TCL_VER}/tkConfig.sh) +.if exists(${LOCALBASE}/lib/tk${TCL_VER}/tkConfig.sh) # If for some reason the file does not exist -- make the best guess. In # reality, it will exist by the time we are actually doing the build, so # the quality of the guess does not matter. But we still try well. -mi TCL_STUB_LIB_SPEC!= . ${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh; \ -TK_STUB_LIB_SPEC!= . ${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh; \ echo $$TCL_STUB_LIB_SPEC +TK_STUB_LIB_SPEC!= . ${LOCALBASE}/lib/tk${TCL_VER}/tkConfig.sh; \ + echo $$TK_STUB_LIB_SPEC .else TCL_STUB_LIB_SPEC= -L${LOCALBASE}/lib -ltclstub${TCL_VER:S/.//} TK_STUB_LIB_SPEC= -L${LOCALBASE}/lib -ltkstub${TCL_VER:S/.//} -- cgit v1.2.3