diff options
author | thierry <thierry@FreeBSD.org> | 2007-04-08 16:46:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-04-08 16:46:54 +0800 |
commit | bee66f4821b58a203c2d072689979075618223f9 (patch) | |
tree | b01cdaf012572ad2b9137d304b94ffef624beb97 /cad/opencascade | |
parent | 25cf2ab509985421ef858eb51fbc41daa9729645 (diff) | |
download | freebsd-ports-gnome-bee66f4821b58a203c2d072689979075618223f9.tar.gz freebsd-ports-gnome-bee66f4821b58a203c2d072689979075618223f9.tar.zst freebsd-ports-gnome-bee66f4821b58a203c2d072689979075618223f9.zip |
Adapt USE_TCL to the latest syntax and define USE_TCL_THREADS.
Reported by: pointyhat via Kris
Diffstat (limited to 'cad/opencascade')
-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) |