diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-07-07 14:48:54 +0800 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-07-07 14:48:54 +0800 |
commit | de65271364fbeb62d196c3cf4c354c59c55a0c0a (patch) | |
tree | 109d1be45ad31b76a51170c9435ad6c32d1dd922 /lang/otcl | |
parent | 99eda3177b3bc3298343e43c3ced80124902346d (diff) | |
download | freebsd-ports-gnome-de65271364fbeb62d196c3cf4c354c59c55a0c0a.tar.gz freebsd-ports-gnome-de65271364fbeb62d196c3cf4c354c59c55a0c0a.tar.zst freebsd-ports-gnome-de65271364fbeb62d196c3cf4c354c59c55a0c0a.zip |
- Prepare for lang/tcl80 and x11-toolkits/tk80 removal
- Switch all ports that have USE_TCL=80+ to use USE_TCL=82+
Diffstat (limited to 'lang/otcl')
-rw-r--r-- | lang/otcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 4dee279be325..28c9cbf8dbde 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -17,7 +17,7 @@ COMMENT= MIT Object Tcl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_TK= 80+ +USE_TK= 82+ USE_TK_NO_THREADS= yes INVALID_TK_VER= 85 86 USE_XORG= xext |