diff options
author | max <max@FreeBSD.org> | 1997-07-22 00:10:50 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-22 00:10:50 +0800 |
commit | a056da24dc4c9688b64a00f77857b3f582b51d14 (patch) | |
tree | 3054b021877bfaa691299cb6887cabeaaed3883b /devel | |
parent | 375a28c19b51cea8dc133b521121ea8a9f929358 (diff) | |
download | freebsd-ports-gnome-a056da24dc4c9688b64a00f77857b3f582b51d14.tar.gz freebsd-ports-gnome-a056da24dc4c9688b64a00f77857b3f582b51d14.tar.zst freebsd-ports-gnome-a056da24dc4c9688b64a00f77857b3f582b51d14.zip |
Turn on tclcheck.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1561e0dc44b9..2fb7c37e3cdf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.70 1997/07/08 10:11:10 tg Exp $ +# $Id: Makefile,v 1.71 1997/07/09 23:20:25 jfitz Exp $ # SUBDIR += SWIG @@ -70,6 +70,7 @@ SUBDIR += prcs SUBDIR += sawt SUBDIR += scogdb + SUBDIR += tclcheck SUBDIR += tkcvs SUBDIR += tvision SUBDIR += vtcl |