diff options
author | mm <mm@FreeBSD.org> | 2009-02-14 22:19:42 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-14 22:19:42 +0800 |
commit | 2099ee930d5ef90195691939c34520ac34a975e0 (patch) | |
tree | 7fc58294ffcf8ecd77fe43a9a9b96f9e0968e9cb /lang/otcl | |
parent | 2b1774e61ff1b78cead827ba66f1506482189dfb (diff) | |
download | freebsd-ports-gnome-2099ee930d5ef90195691939c34520ac34a975e0.tar.gz freebsd-ports-gnome-2099ee930d5ef90195691939c34520ac34a975e0.tar.zst freebsd-ports-gnome-2099ee930d5ef90195691939c34520ac34a975e0.zip |
- Does not support tcl85 and higher
Diffstat (limited to 'lang/otcl')
-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 |