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:
parent
25569777c5
commit
67488695ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139404
@ -282,6 +282,7 @@
|
||||
SUBDIR += tcl82
|
||||
SUBDIR += tcl83
|
||||
SUBDIR += tcl84
|
||||
SUBDIR += tcl84-thread
|
||||
SUBDIR += tclX
|
||||
SUBDIR += tcltutor
|
||||
SUBDIR += tensile
|
||||
|
12
lang/tcl84-thread/Makefile
Normal file
12
lang/tcl84-thread/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user