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 | c9c8399f9c3a54420799a552b245d0e46849db70 (diff) | |
download | ports-5a951b8ac1b01835b9402dbd40eea288a99f383b.tar.gz ports-5a951b8ac1b01835b9402dbd40eea288a99f383b.zip |
Notes
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) |