diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-20 10:53:02 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-20 10:53:02 +0000 |
commit | e49077f55d04cdd4d0b5221492f5a81d902d5096 (patch) | |
tree | b12bc3e5d7c2fb6c894930fe9194fb66054f1383 /x11-toolkits/tk84-thread/Makefile | |
parent | baa3d7584291ce947f3e2c64e48043553a2d8df7 (diff) | |
download | FreeBSD-ports-e49077f55d04cdd4d0b5221492f5a81d902d5096.zip FreeBSD-ports-e49077f55d04cdd4d0b5221492f5a81d902d5096.tar.gz |
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.
Bump PORTREVISION
PR: 110402
Submitted by: Martin Matuska <martin@matuska.org> (naintainer)
Diffstat (limited to 'x11-toolkits/tk84-thread/Makefile')
-rw-r--r-- | x11-toolkits/tk84-thread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile index 004110d..cbf110b 100644 --- a/x11-toolkits/tk84-thread/Makefile +++ b/x11-toolkits/tk84-thread/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -WITH_THREADS= yes +BUILDING_TK_THREADS= yes MASTERDIR= ${.CURDIR}/../tk84 |