diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-25 10:18:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-25 10:18:55 +0000 |
commit | 394e5b9e70482bb2d7704f6abf962519a88605f7 (patch) | |
tree | 0b715bee8733706fd2421d33b3f38f0d4672dd17 /cad/netgen | |
parent | - Update to 3.0.1 (diff) |
- Fix build after recent USE_TCL/USE_TK overhaul
Notes
Notes:
svn path=/head/; revision=183241
Diffstat (limited to 'cad/netgen')
-rw-r--r-- | cad/netgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index e17eb24fbb5e..39420f94bca3 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS= tix8184:${PORTSDIR}/x11-toolkits/tix USE_GCC= 3.3+ USE_GMAKE= yes -USE_TCL_BUILD= yes USE_TK= yes +USE_TK_BUILD= yes ALL_TARGET= ng |