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 /cad | |
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 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 0608a8174bb9..35861bcc1409 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -26,7 +26,6 @@ USE_BISON= build USE_TK= 84+ USE_TCL_BUILD= 84+ USE_TCL_RUN= 84+ -USE_TCL_THREADS=yes USE_JAVA= yes USE_XORG= xmu JAVA_VERSION= 1.6+ |