diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 14:49:40 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 14:49:40 +0000 |
commit | 89296dc7989400c01370bd26d1fcf15d2f9651bc (patch) | |
tree | 4272f4a5f9329fdeaeddbf1a4c3c9e1493288c59 /cad | |
parent | - Fix plist after ruby update by generating it dynamically. (diff) |
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl
Diffstat (limited to 'cad')
-rw-r--r-- | cad/netgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index dd519fd7b84c..8569fae4a0d1 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -18,8 +18,8 @@ COMMENT= An automatic 3D tetrahedral mesh generator LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix USE_GMAKE= yes -USE_TK= yes -USE_TK_BUILD= yes +USE_TK= 84 +USE_TK_BUILD= 84 USE_GL= yes USE_XORG= xmu xi |