aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-01 10:26:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-01 10:26:05 +0000
commit08a5545317d9f579c2c265f1b50fd7bb12873a0a (patch)
tree8b16c4730cf0a56e9eaccba5265757e82376d4ed /lang
parentd8140dd79e344d7525efa4d6728d6246895faa75 (diff)
downloadports-08a5545317d9f579c2c265f1b50fd7bb12873a0a.tar.gz
ports-08a5545317d9f579c2c265f1b50fd7bb12873a0a.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/xotcl-thread/Makefile12
2 files changed, 13 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 02ef8b6cc91c..7bee70fca5c5 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -330,6 +330,7 @@
SUBDIR += xds
SUBDIR += xds-c
SUBDIR += xotcl
+ SUBDIR += xotcl-thread
SUBDIR += xsb
SUBDIR += yabasic
SUBDIR += yarv
diff --git a/lang/xotcl-thread/Makefile b/lang/xotcl-thread/Makefile
new file mode 100644
index 000000000000..a54af1a425eb
--- /dev/null
+++ b/lang/xotcl-thread/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: xotcl-thread
+# Date created: 28 February 2007
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+WITH_THREADS= yes
+
+MASTERDIR= ${.CURDIR}/../xotcl
+
+.include "${MASTERDIR}/Makefile"