diff options
author | rafan <rafan@FreeBSD.org> | 2006-11-27 20:33:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-11-27 20:33:50 +0800 |
commit | acc767c62f8140ab24efe50272a366a4e05e1e56 (patch) | |
tree | e77cbcafd087e0bd512a9af874af5c2366de7515 /lang | |
parent | 6562259c8474c5937d48414bc88f6d17eed15955 (diff) | |
download | freebsd-ports-gnome-acc767c62f8140ab24efe50272a366a4e05e1e56.tar.gz freebsd-ports-gnome-acc767c62f8140ab24efe50272a366a4e05e1e56.tar.zst freebsd-ports-gnome-acc767c62f8140ab24efe50272a366a4e05e1e56.zip |
- fix typo, ECHO_CMD is ECHO_CMD
PR: ports/105908
Submitted by: Martin Matuska <martin at matuska.org> (maintainer)
Pointyhat: rafan
Diffstat (limited to 'lang')
-rw-r--r-- | lang/xotcl/Makefile | 2 |
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 |