diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-17 04:40:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-17 04:40:00 +0800 |
commit | 3901b99c32dd3af12274e1df3c3125dec763c7ae (patch) | |
tree | 183412d5f37712caf8cefcc919eaadbf7440afe6 /x11-toolkits/tk85-thread | |
parent | 4116c8093190abc8896ebe2e53ef9412fef9c21a (diff) | |
download | freebsd-ports-gnome-3901b99c32dd3af12274e1df3c3125dec763c7ae.tar.gz freebsd-ports-gnome-3901b99c32dd3af12274e1df3c3125dec763c7ae.tar.zst freebsd-ports-gnome-3901b99c32dd3af12274e1df3c3125dec763c7ae.zip |
- Aadds 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: 110395
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'x11-toolkits/tk85-thread')
-rw-r--r-- | x11-toolkits/tk85-thread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk85-thread/Makefile b/x11-toolkits/tk85-thread/Makefile index 8972a9015aff..2a5649e6511b 100644 --- a/x11-toolkits/tk85-thread/Makefile +++ b/x11-toolkits/tk85-thread/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -WITH_THREADS= yes +BUILDING_TK_THREADS= yes MASTERDIR= ${.CURDIR}/../tk85 |