diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2007-04-08 08:46:54 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2007-04-08 08:46:54 +0000 |
commit | 5a951b8ac1b01835b9402dbd40eea288a99f383b (patch) | |
tree | 9d39d7fb874b386cf1c5ef608b5289596cedd4f4 /cad | |
parent | - Update to 4.5.1b (diff) |
Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS.
Reported by: pointyhat via Kris
Notes
Notes:
svn path=/head/; revision=189471
Diffstat (limited to 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 18d7b58dc118..8646c2320181 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -27,7 +27,9 @@ USE_BZIP2= yes USE_BISON= yes USE_XLIB= yes USE_TK= yes -USE_TCL_BUILD= 84-thread +USE_TCL_BUILD= 84 +USE_TCL_RUN= 84 +USE_TCL_THREADS=yes USE_JAVA= yes JAVA_VERSION= 1.4+ #.if defined(MAINTAINER_MODE) |