1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

New slave port of tcl84 that enabled threading support.

This commit is contained in:
Pav Lucistnik 2005-07-17 17:01:46 +00:00
parent 25569777c5
commit 67488695ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139404
2 changed files with 13 additions and 0 deletions

View File

@ -282,6 +282,7 @@
SUBDIR += tcl82
SUBDIR += tcl83
SUBDIR += tcl84
SUBDIR += tcl84-thread
SUBDIR += tclX
SUBDIR += tcltutor
SUBDIR += tensile

View File

@ -0,0 +1,12 @@
# New ports collection makefile for: tcl84-thread
# Date created: 17 July 2005
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#
WITH_THREADS= yes
MASTERDIR= ${.CURDIR}/../tcl84
.include "${MASTERDIR}/Makefile"