diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-04-22 20:50:49 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-04-22 20:50:49 +0000 |
commit | 9fb3216d9098acde880094392fa0fe2cb60f4706 (patch) | |
tree | 5bd7dd01c010eb28159e660baabd949e982aab1f /lang/Makefile | |
parent | ca0308931a8171ba69a17e5fdfaa98bd43a6e6eb (diff) | |
download | pkgsrc-9fb3216d9098acde880094392fa0fe2cb60f4706.tar.gz |
Add gcc48-*
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6c5ed369c0e..d75238cacdd 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.373 2014/04/05 23:55:31 ryoon Exp $ +# $NetBSD: Makefile,v 1.374 2014/04/22 20:50:49 ryoon Exp $ # COMMENT= Programming languages @@ -63,7 +63,10 @@ SUBDIR+= gcc46 SUBDIR+= gcc47 SUBDIR+= gcc47-libs SUBDIR+= gcc48 +SUBDIR+= gcc48-cc++ +SUBDIR+= gcc48-fortran SUBDIR+= gcc48-libs +SUBDIR+= gcc48-objc SUBDIR+= gforth SUBDIR+= gfortran SUBDIR+= ghc |