diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 10:26:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 10:26:05 +0000 |
commit | 08a5545317d9f579c2c265f1b50fd7bb12873a0a (patch) | |
tree | 8b16c4730cf0a56e9eaccba5265757e82376d4ed /lang | |
parent | d8140dd79e344d7525efa4d6728d6246895faa75 (diff) | |
download | ports-08a5545317d9f579c2c265f1b50fd7bb12873a0a.tar.gz ports-08a5545317d9f579c2c265f1b50fd7bb12873a0a.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/xotcl-thread/Makefile | 12 |
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" |