diff options
author | ats <ats@FreeBSD.org> | 1995-02-26 09:16:07 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-26 09:16:07 +0800 |
commit | 0686d7787d4e39f310c9da86229125d8bb8377b3 (patch) | |
tree | 7674c7a394b94a761e4e5ef4cb4dde33cd1bf5bc /lang | |
parent | c7963e68320be5c0e6f82a81946d40c5ead2653a (diff) | |
download | freebsd-ports-graphics-0686d7787d4e39f310c9da86229125d8bb8377b3.tar.gz freebsd-ports-graphics-0686d7787d4e39f310c9da86229125d8bb8377b3.tar.zst freebsd-ports-graphics-0686d7787d4e39f310c9da86229125d8bb8377b3.zip |
Disable tclX until someone fixes it. It expects a static tk library, but
the tk port only builds a shared lib.
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 4e18b641faf..6f03ed99217 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.18 1995/02/10 08:07:59 gpalmer Exp $ +# $Id: Makefile,v 1.19 1995/02/12 21:13:29 hsu Exp $ -#Broken - expect +#Broken - expect, tclX -SUBDIR= Gofer STk Sather forth gcl logo p2c schemetoc scm smalltalk tcl tclX +SUBDIR= Gofer STk Sather forth gcl logo p2c schemetoc scm smalltalk tcl .include <bsd.port.subdir.mk> |