diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-16 20:23:52 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-16 20:23:52 +0000 |
commit | 292119330bdf73ef6ab80f6e3012b16d49db3953 (patch) | |
tree | fb648dc6df06ba2d5744c978e6adf60413fe8fec /lang/tcl86-thread | |
parent | 9278679b85fbfa1356fe527c9cb2e7b33d41d15a (diff) | |
download | FreeBSD-ports-292119330bdf73ef6ab80f6e3012b16d49db3953.zip FreeBSD-ports-292119330bdf73ef6ab80f6e3012b16d49db3953.tar.gz |
- Adds a new way of working with threaded versions and
resolves conflicts.
- Bump PORTREVISION
Notes:
Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.
Behaiviour with non-threaded libraries does not change.
PR: 110394
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang/tcl86-thread')
-rw-r--r-- | lang/tcl86-thread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl86-thread/Makefile b/lang/tcl86-thread/Makefile index cc47fc6..4817579 100644 --- a/lang/tcl86-thread/Makefile +++ b/lang/tcl86-thread/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -WITH_THREADS= yes +BUILDING_TCL_THREADS= yes MASTERDIR= ${.CURDIR}/../tcl85 |