aboutsummaryrefslogtreecommitdiff
path: root/lang/xotcl
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-11-27 12:33:50 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-11-27 12:33:50 +0000
commit4800227c3479b0deb53217d6daefc4a18d87ab1a (patch)
treec10e69428337014c6f3c70e8fbd6ae9f918698a1 /lang/xotcl
parentd8f7ce505fc675ace1cfa92028d700e468db84f7 (diff)
downloadports-4800227c3479b0deb53217d6daefc4a18d87ab1a.tar.gz
ports-4800227c3479b0deb53217d6daefc4a18d87ab1a.zip
Notes
Diffstat (limited to 'lang/xotcl')
-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