diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 07:55:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 07:55:10 +0000 |
commit | ca23afc4b275ec415dfc830232ac3a0a1cd855b7 (patch) | |
tree | 969bd8cfbeaec374cf2ebf5258c05c4189f77f2c /lang | |
parent | ebd44e9eb942d2a42243929b085b87cb06ce356a (diff) | |
download | ports-ca23afc4b275ec415dfc830232ac3a0a1cd855b7.tar.gz ports-ca23afc4b275ec415dfc830232ac3a0a1cd855b7.zip |
Add gnat to the "broken" list (for now), add elk and itcl to the SUBDIR
list.
Notes
Notes:
svn path=/head/; revision=1712
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1676e6560d64..d2edad1174bc 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.28 1995/05/12 15:32:36 jmz Exp $ +# $Id: Makefile,v 1.29 1995/05/13 03:35:48 asami Exp $ +# +# Broken - expect (no package file yet) +# gnat (needs gnat1 somewhere on system) -#Broken - expect - -SUBDIR= Gofer STk Sather forth g77 gcl guile-ii \ - icon logo mit-scheme nTk p2c perl5 \ +SUBDIR= Gofer STk Sather elk forth g77 gcl guile-ii \ + icon itcl logo mit-scheme nTk p2c perl5 \ scheme48 schemetoc scm smalltalk tcl tclX .include <bsd.port.subdir.mk> |