diff options
author | mm <mm@FreeBSD.org> | 2009-02-23 21:16:35 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-23 21:16:35 +0800 |
commit | 104bfa28065bd287b270b0e75708c020709e962d (patch) | |
tree | 75526a787dca9c6fecceccef65935cbe014dd9a0 /cad | |
parent | d5837cecc296938f9a479d7ea63431298081feef (diff) | |
download | freebsd-ports-gnome-104bfa28065bd287b270b0e75708c020709e962d.tar.gz freebsd-ports-gnome-104bfa28065bd287b270b0e75708c020709e962d.tar.zst freebsd-ports-gnome-104bfa28065bd287b270b0e75708c020709e962d.zip |
- Add/change USE_TCL/USE_TK from YES to 84 due to planned default tcl
change
Diffstat (limited to 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index 556b88a193e9..cf774ca102fa 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= itcl.${ITCL_VER}:${PORTSDIR}/lang/itcl \ USE_BZIP2= yes USE_BISON= build -USE_TK= yes +USE_TK= 84 USE_TCL_BUILD= 84 USE_TCL_RUN= 84 USE_TCL_THREADS=yes |