summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-10-09 09:01:55 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-10-09 09:01:55 +0000
commit7ca91db3ad28b40658bd3214f90f8da7f0963818 (patch)
treeee8917265633660dd7f9519fa3d3371628deae7b /lang
parentUn-break this port. We need it for xtem (PR 3759). (diff)
Activate objc and tclX75.
Notes
Notes: svn path=/head/; revision=8187
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile4
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>