aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/xotcl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile
index 1a7cedda75d1..e87e07ab992f 100644
--- a/lang/xotcl/Makefile
+++ b/lang/xotcl/Makefile
@@ -50,7 +50,7 @@ PLIST_SUB+= TUTORIAL="@comment "
.endif
.if defined(WITH_THREADS)
-TCL_THREADED!= ${ECHO_EMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH}
+TCL_THREADED!= ${ECHO_CMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH}
.if empty(TCL_THREADED)
IGNORE= WITH_THREADS option is selected. You need Tcl with threads to use this port. Please install Tcl with WITH_THREADS defined or from lang/tcl84-thread port and try again.
.endif