diff options
author | ats <ats@FreeBSD.org> | 1995-03-12 23:15:21 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-12 23:15:21 +0000 |
commit | cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4 (patch) | |
tree | ab0cb17f76e6fbf95ea9a0d7452a0f61da8f1453 /lang | |
parent | e6eda3d4d76a4bd8200cb1136be92532b7ae0798 (diff) | |
download | FreeBSD-ports-cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4.zip FreeBSD-ports-cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4.tar.gz |
Put back tclX from the broken subdirs to the regular subdirs. It builds
and installs now.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6f03ed9..1158bd5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.19 1995/02/12 21:13:29 hsu Exp $ +# $Id: Makefile,v 1.20 1995/02/26 01:16:07 ats Exp $ -#Broken - expect, tclX +#Broken - expect -SUBDIR= Gofer STk Sather forth gcl logo p2c schemetoc scm smalltalk tcl +SUBDIR= Gofer STk Sather forth gcl logo p2c schemetoc scm smalltalk tcl tclX .include <bsd.port.subdir.mk> |