08fdb9fa36
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: 110394 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
12 lines
245 B
Makefile
12 lines
245 B
Makefile
# New ports collection makefile for: tcl85-thread
|
|
# Date created: 17 January 2007
|
|
# Whom: martin@matuska.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
BUILDING_TCL_THREADS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../tcl85
|
|
|
|
.include "${MASTERDIR}/Makefile"
|