diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-06 23:42:16 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-06 23:42:16 +0800 |
commit | b5ded04b7828b167b14b1c7819aec632960204aa (patch) | |
tree | 06d0647b8a9c7bc2e5296154b4c8c40ae076c57a /cad | |
parent | f557c02d01588ad99c55da34cc7bae13301fb555 (diff) | |
download | freebsd-ports-gnome-b5ded04b7828b167b14b1c7819aec632960204aa.tar.gz freebsd-ports-gnome-b5ded04b7828b167b14b1c7819aec632960204aa.tar.zst freebsd-ports-gnome-b5ded04b7828b167b14b1c7819aec632960204aa.zip |
- Get rid of USE_TCL_THREAD and USE_TK_THREAD usages
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+ |