diff options
Diffstat (limited to 'lang/tcl84-thread/Makefile')
-rw-r--r-- | lang/tcl84-thread/Makefile | 12 |
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" |