diff options
author | asami <asami@FreeBSD.org> | 1995-08-09 14:49:16 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-08-09 14:49:16 +0000 |
commit | 1995de853003a4dbc65960bf06174a9c7232361e (patch) | |
tree | 150d60cd88ed11a390d6e3dc8547f3c7dac4f224 /lang/Makefile | |
parent | 05d8be23877ae12ba9b6ee39adf771f971494b4b (diff) | |
download | FreeBSD-ports-1995de853003a4dbc65960bf06174a9c7232361e.zip FreeBSD-ports-1995de853003a4dbc65960bf06174a9c7232361e.tar.gz |
Add bwbasic, move BROKEN stuff down in alphabetical order.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4be7ddd..e700f20 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,16 +1,16 @@ -# $Id: Makefile,v 1.34 1995/07/05 14:08:49 jmz Exp $ -# -# BROKEN: expect (no package file yet) -# BROKEN: gnat (not really broken, just requires existing gnat compiler) +# $Id: Makefile,v 1.35 1995/08/08 22:11:29 jkh Exp $ # SUBDIR += Gofer SUBDIR += STk SUBDIR += Sather + SUBDIR += bwbasic SUBDIR += elk + BROKEN += expect # no package file yet SUBDIR += forth SUBDIR += g77 SUBDIR += gcl + BROKEN += gnat # not really broken, just requires existing gnat compiler SUBDIR += guile-ii SUBDIR += icon SUBDIR += itcl |