diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-14 20:20:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-14 20:20:28 +0000 |
commit | 6f44bc237d37096a8e2ccb621ed607e551bb5ebc (patch) | |
tree | bea5c448d1ff7431fd1a2420db94af2976593fa6 /lang | |
parent | 3984954542eb4506132ac3f4254aa74640883324 (diff) | |
download | pkgsrc-6f44bc237d37096a8e2ccb621ed607e551bb5ebc.tar.gz |
+ gcc45.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e18b8db5684..4c53e9eb3b7 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.299 2011/02/22 08:52:37 obache Exp $ +# $NetBSD: Makefile,v 1.300 2011/05/14 20:20:28 wiz Exp $ # COMMENT= Programming languages @@ -56,6 +56,7 @@ SUBDIR+= gcc3-objc SUBDIR+= gcc34 SUBDIR+= gcc34-ada SUBDIR+= gcc44 +SUBDIR+= gcc45 SUBDIR+= gforth SUBDIR+= ghc SUBDIR+= gnat-aux |