View | Details | Raw Unified | Return to bug 105908
Collapse All | Expand All

(-)lang/xotcl/Makefile (-1 / +1 lines)
Lines 50-56 Link Here
50
.endif
50
.endif
51
51
52
.if defined(WITH_THREADS)
52
.if defined(WITH_THREADS)
53
TCL_THREADED!=	${ECHO_EMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH}
53
TCL_THREADED!=	${ECHO_CMD} 'puts [array names tcl_platform -exact threaded]' | ${TCLSH}
54
.if empty(TCL_THREADED)
54
.if empty(TCL_THREADED)
55
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.
55
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.
56
.endif
56
.endif

Return to bug 105908