diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 14:19:42 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 14:19:42 +0000 |
commit | 6338dd0e6f5c16ba26639ccef1c20d90671d4072 (patch) | |
tree | ee54ab15b595d7bc819962c3122e101feb1e9770 /lang | |
parent | - Does not build with tcl/tk 8.5 and higher (diff) |
- Does not support tcl85 and higher
Diffstat (limited to 'lang')
-rw-r--r-- | lang/otcl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 9bd99164f5d4..4dee279be325 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_TK= 80+ USE_TK_NO_THREADS= yes +INVALID_TK_VER= 85 86 USE_XORG= xext USE_AUTOTOOLS= autoconf:262 |