diff options
author | ats <ats@FreeBSD.org> | 1995-03-13 07:15:21 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-13 07:15:21 +0800 |
commit | cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4 (patch) | |
tree | ab0cb17f76e6fbf95ea9a0d7452a0f61da8f1453 | |
parent | e6eda3d4d76a4bd8200cb1136be92532b7ae0798 (diff) | |
download | freebsd-ports-gnome-cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4.tar.gz freebsd-ports-gnome-cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4.tar.zst freebsd-ports-gnome-cdea307e6fa70a3e15f3ed3cc94461563e5d1cd4.zip |
Put back tclX from the broken subdirs to the regular subdirs. It builds
and installs now.
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6f03ed992174..1158bd55627c 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> |