aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl84-thread
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-17 17:01:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-17 17:01:46 +0000
commit67488695ea8d642425f6c9a7ed2d0da3abfe90e6 (patch)
treeec1a00eeb72e3baf84a725433789fa31c5dcd6c9 /lang/tcl84-thread
parent25569777c5ba60800290a5159647a4a50f695294 (diff)
New slave port of tcl84 that enabled threading support.
Notes
Notes: svn path=/head/; revision=139404
Diffstat (limited to 'lang/tcl84-thread')
-rw-r--r--lang/tcl84-thread/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/tcl84-thread/Makefile b/lang/tcl84-thread/Makefile
new file mode 100644
index 000000000000..15873b4a5053
--- /dev/null
+++ b/lang/tcl84-thread/Makefile
@@ -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"