diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 20:23:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-16 20:23:52 +0000 |
commit | 08fdb9fa36c41c3bdd98c59c47fa866949e6a359 (patch) | |
tree | 771eab7a1bc109b6a1ea3a86ba305e19ad1f9d25 /lang/tcl86-thread | |
parent | 632467fb3d895d9ade53517f4844f339e4cba30b (diff) | |
download | ports-08fdb9fa36c41c3bdd98c59c47fa866949e6a359.tar.gz ports-08fdb9fa36c41c3bdd98c59c47fa866949e6a359.zip |
- 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)
Notes
Notes:
svn path=/head/; revision=187533
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 cc47fc6487c9..4817579ec93f 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 |