diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:30:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:30:51 +0000 |
commit | bfc2f489587cfc4462a4a156c5a5a780b96131e8 (patch) | |
tree | 6c0aa4d8ca6b0c834629ab6660f2b8ae0897b2d6 /lang/Makefile | |
parent | 73229566ef06833ef5960c89a1cae47c5a34db94 (diff) | |
download | ports-bfc2f489587cfc4462a4a156c5a5a780b96131e8.tar.gz ports-bfc2f489587cfc4462a4a156c5a5a780b96131e8.zip |
Notes
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index a45fe3667bff..13c46affdc35 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1996/03/07 01:54:35 asami Exp $ +# $Id: Makefile,v 1.46 1996/03/20 22:31:15 jdp Exp $ # SUBDIR += Gofer @@ -11,7 +11,7 @@ SUBDIR += forth SUBDIR += g77 SUBDIR += gcl - BROKEN += gnat # not really broken, just requires existing gnat compiler + SUBDIR += gnat SUBDIR += guile-iii SUBDIR += icon SUBDIR += itcl |