diff options
author | agc <agc@pkgsrc.org> | 1998-02-10 15:49:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-10 15:49:19 +0000 |
commit | 08aa3bb35c2779a6e5d0bf59ca75f54324cde617 (patch) | |
tree | c28fbf537a3f2fe9501c51a29e93cee98f34be22 /lang/Makefile | |
parent | 59dbfe516db84b047aebd5f28e591f9a9d38f53f (diff) | |
download | pkgsrc-08aa3bb35c2779a6e5d0bf59ca75f54324cde617.tar.gz |
Enable guavac
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 c4048af9dfa..d921ee65079 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/02/01 01:56:32 tron Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/10 15:49:19 agc Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -16,7 +16,7 @@ # SUBDIR += g77 # SUBDIR += gcl # SUBDIR += gnat -# SUBDIR += guavac + SUBDIR += guavac # SUBDIR += guile-iii SUBDIR += icon # SUBDIR += idl4 |