diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-04 06:19:29 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-04 06:19:29 +0800 |
commit | a2a5b09003c61c77b74fb404d7061f3393f1229f (patch) | |
tree | ccdd568419475704e0a186f3113908a785d9a0a9 /devel | |
parent | c3764cf6faab0f090a9d8ba8c2a1e3e21083472e (diff) | |
download | freebsd-ports-gnome-a2a5b09003c61c77b74fb404d7061f3393f1229f.tar.gz freebsd-ports-gnome-a2a5b09003c61c77b74fb404d7061f3393f1229f.tar.zst freebsd-ports-gnome-a2a5b09003c61c77b74fb404d7061f3393f1229f.zip |
Enabled SpecTcl
BTW, forgot to say, that I didn't test Java Support.
There are possibly only additional package dependencies necessary.
Am working on this...
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index a4d8e70561de..a895e2d32f27 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.77 1997/09/13 17:50:04 jfitz Exp $ +# $Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp $ # SUBDIR += SWIG + SUBDIR += SpecTcl SUBDIR += asl SUBDIR += autoconf SUBDIR += automake |