diff options
Diffstat (limited to 'lang/tcl86-thread/Makefile')
-rw-r--r-- | lang/tcl86-thread/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/tcl86-thread/Makefile b/lang/tcl86-thread/Makefile index 4ffeec160d89..c51c6561e55b 100644 --- a/lang/tcl86-thread/Makefile +++ b/lang/tcl86-thread/Makefile @@ -5,6 +5,11 @@ # $FreeBSD$ # +PORTNAME= tcl + +MAINTAINER= mm@FreeBSD.org +COMMENT= Tool command language (threads support) + BUILDING_TCL_THREADS= yes MASTERDIR= ${.CURDIR}/../tcl86 |