diff options
author | tg <tg@FreeBSD.org> | 1997-10-09 17:01:55 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-10-09 17:01:55 +0800 |
commit | ab11ffba77aea8090e93d2a21b8a923aefc3511a (patch) | |
tree | 450de27a599ef01f89e1b630d895e30b1f68da73 /lang | |
parent | e7b9a395fa76f84205e715e5c1a46a847dad215b (diff) | |
download | freebsd-ports-gnome-ab11ffba77aea8090e93d2a21b8a923aefc3511a.tar.gz freebsd-ports-gnome-ab11ffba77aea8090e93d2a21b8a923aefc3511a.tar.zst freebsd-ports-gnome-ab11ffba77aea8090e93d2a21b8a923aefc3511a.zip |
Activate objc and tclX75.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6dd9beac8ac5..f3ba325eafd3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.81 1997/09/12 10:18:25 pst Exp $ +# $Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp $ # SUBDIR += Gofer @@ -32,6 +32,7 @@ SUBDIR += modula-3-lib SUBDIR += modula-3-socks SUBDIR += moscow_ml + SUBDIR += objc SUBDIR += ocaml SUBDIR += p2c SUBDIR += p5-Tcl @@ -53,6 +54,7 @@ SUBDIR += tcl75 SUBDIR += tcl76 SUBDIR += tcl80 + SUBDIR += tclX75 SUBDIR += xpl .include <bsd.port.subdir.mk> |