diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-02-07 14:20:54 +0800 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-02-07 14:20:54 +0800 |
commit | df5fd017ae467b951ac1179019809d3fa6b85c40 (patch) | |
tree | bc02253e87f589e9dc6403832a1666ba950d7896 /lang | |
parent | 253fd7df140c93d9c9db96fd396c9c0d48c8a3b9 (diff) | |
download | freebsd-ports-gnome-df5fd017ae467b951ac1179019809d3fa6b85c40.tar.gz freebsd-ports-gnome-df5fd017ae467b951ac1179019809d3fa6b85c40.tar.zst freebsd-ports-gnome-df5fd017ae467b951ac1179019809d3fa6b85c40.zip |
Add tclX74 to subdirs.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e298e45c5572..99674033a907 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.41 1995/10/12 07:15:54 asami Exp $ +# $Id: Makefile,v 1.42 1996/01/31 09:14:31 asami Exp $ # SUBDIR += Gofer @@ -30,5 +30,6 @@ SUBDIR += tcl SUBDIR += tcl74 SUBDIR += tclX + SUBDIR += tclX74 .include <bsd.port.subdir.mk> |