freebsd-ports/lang/tcl84-thread/Makefile
Martin Wilke 4d124cb7da 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)
2007-03-20 10:39:05 +00:00

13 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"