diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-20 18:39:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-20 18:39:05 +0800 |
commit | 55d0f5786b13dadb10138bb348f216e20c698a74 (patch) | |
tree | e2d1e07d18ebf419f9e05febe88264f2fa9ed7f9 /lang/tcl84-thread | |
parent | e8489cbe24b62351259d41f6919edab0db9a6ec6 (diff) | |
download | freebsd-ports-gnome-55d0f5786b13dadb10138bb348f216e20c698a74.tar.gz freebsd-ports-gnome-55d0f5786b13dadb10138bb348f216e20c698a74.tar.zst freebsd-ports-gnome-55d0f5786b13dadb10138bb348f216e20c698a74.zip |
Adds a new way of working with threaded versions and
resolves conflicts.
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: 110401
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang/tcl84-thread')
-rw-r--r-- | lang/tcl84-thread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl84-thread/Makefile b/lang/tcl84-thread/Makefile index 15873b4a5053..c2a13c10d397 100644 --- a/lang/tcl84-thread/Makefile +++ b/lang/tcl84-thread/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -WITH_THREADS= yes +BUILDING_TCL_THREADS= yes MASTERDIR= ${.CURDIR}/../tcl84 |