diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 15:42:16 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-06 15:42:16 +0000 |
commit | 08d561670ff56d7bd0910b88c4df9477194f8163 (patch) | |
tree | 06d0647b8a9c7bc2e5296154b4c8c40ae076c57a /sysutils/openipmi | |
parent | 4aaccd87ee974cb18ff920f9a2192f17d5fe46b0 (diff) | |
download | ports-08d561670ff56d7bd0910b88c4df9477194f8163.tar.gz ports-08d561670ff56d7bd0910b88c4df9477194f8163.zip |
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
Notes
Notes:
svn path=/head/; revision=311776
Diffstat (limited to 'sysutils/openipmi')
-rw-r--r-- | sysutils/openipmi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/openipmi/Makefile b/sysutils/openipmi/Makefile index f1e24f64510a..b4e73cb7e655 100644 --- a/sysutils/openipmi/Makefile +++ b/sysutils/openipmi/Makefile @@ -107,7 +107,6 @@ CONFIGURE_ARGS+= --with-swig=no .if defined(WITH_TCL) USE_TCL= 84 -USE_TCL_THREADS= yes CONFIGURE_ARGS+= --with-tcl \ --with-tclcflags=-I${TCL_INCLUDEDIR} \ --with-tcllibs=-ltcl${TCL_VER:S/.//} |