4d124cb7da
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)
12 lines
235 B
Makefile
12 lines
235 B
Makefile
# New ports collection makefile for: tcl84-thread
|
|
# Date created: 17 July 2005
|
|
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BUILDING_TCL_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl84
|
|
|
|
.include "${MASTERDIR}/Makefile"
|