aboutsummaryrefslogtreecommitdiff
path: root/graphics/libimg
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-03-13 22:39:21 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-03-13 22:39:21 +0000
commit2c4670a743c79fd5b7d5e480e7b8128d796ca5a0 (patch)
treeb4f829ff3fb77f3b78b3f31b4b2195ec01dacabf /graphics/libimg
parent1c49901155c75a8e17b473a9638f7344ab896621 (diff)
downloadports-2c4670a743c79fd5b7d5e480e7b8128d796ca5a0.tar.gz
ports-2c4670a743c79fd5b7d5e480e7b8128d796ca5a0.zip
Notes
Diffstat (limited to 'graphics/libimg')
-rw-r--r--graphics/libimg/files/Makefile.bsd5
1 files changed, 3 insertions, 2 deletions
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/.//}