diff options
author | gerald <gerald@FreeBSD.org> | 2011-03-21 06:46:01 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-03-21 06:46:01 +0800 |
commit | 7f58aa6d16a9074e79ffe40b409c4b385d9b3f74 (patch) | |
tree | 28eb176e076eb0d4398d9e1ad14f56ea2d18946b /lang/Makefile | |
parent | b02bb88f8980f581930ed31475d44e2b987d396f (diff) | |
download | freebsd-ports-gnome-7f58aa6d16a9074e79ffe40b409c4b385d9b3f74.tar.gz freebsd-ports-gnome-7f58aa6d16a9074e79ffe40b409c4b385d9b3f74.tar.zst freebsd-ports-gnome-7f58aa6d16a9074e79ffe40b409c4b385d9b3f74.zip |
Connect the new lang/gcc47 port to the build.
PR: 155571
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 809fd860eefb..9e96c50a3d63 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -99,6 +99,7 @@ SUBDIR += gcc44 SUBDIR += gcc45 SUBDIR += gcc46 + SUBDIR += gcc47 SUBDIR += gcl SUBDIR += gdc SUBDIR += gforth |