diff options
author | wiz <wiz@pkgsrc.org> | 2011-05-15 00:10:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-05-15 00:10:23 +0000 |
commit | 2c4ccdf78218f0e9b50ab6bf524584d7e5f4c79f (patch) | |
tree | dc27b36fe272d2cfcadb165e03cba5aada0ea004 /lang/Makefile | |
parent | af495c007eb8efe6d675e1c2460a12283bdc2084 (diff) | |
download | pkgsrc-2c4ccdf78218f0e9b50ab6bf524584d7e5f4c79f.tar.gz |
+ gcc46.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4c53e9eb3b7..fc9552c8df2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.300 2011/05/14 20:20:28 wiz Exp $ +# $NetBSD: Makefile,v 1.301 2011/05/15 00:10:23 wiz Exp $ # COMMENT= Programming languages @@ -57,6 +57,7 @@ SUBDIR+= gcc34 SUBDIR+= gcc34-ada SUBDIR+= gcc44 SUBDIR+= gcc45 +SUBDIR+= gcc46 SUBDIR+= gforth SUBDIR+= ghc SUBDIR+= gnat-aux |