mcu8051ide

Thanks. port search didn't find it however. Now I've installed it and other dependencies, but software can't find tclsh:

Code:
$ mcu8051ide
exec: tclsh: not found

Is there a port containing it?
 
Sure, one of lang/tcl8{1,2,3,4,5,6}. Try searching in plist files if you need to find a port which provides needed file (echo /usr/ports/*/*/pkg-plist | xargs grep tclsh, for example, not 100% result as some ports define PLIST_FILES in Makefile, but close)
 
Back
Top