diff options
author | andreas <andreas@FreeBSD.org> | 1997-11-09 11:44:31 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-11-09 11:44:31 +0000 |
commit | 4088a5350e21ce07d57eaf4774e321568d862041 (patch) | |
tree | 3f95e03a1694d45fa6568a12b8c29b025cfdbe3d | |
parent | c4fb7d158a816c52cb4923c8d975bb40f1fa71b2 (diff) | |
download | FreeBSD-ports-4088a5350e21ce07d57eaf4774e321568d862041.zip FreeBSD-ports-4088a5350e21ce07d57eaf4774e321568d862041.tar.gz |
enable tclplugin
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index f3ba325..b5b9f47 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp $ +# $Id: Makefile,v 1.83 1997/10/09 09:01:55 tg Exp $ # SUBDIR += Gofer @@ -55,6 +55,7 @@ SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += tclX75 + SUBDIR += tclplugin SUBDIR += xpl .include <bsd.port.subdir.mk> |