diff options
author | gerald <gerald@FreeBSD.org> | 2007-11-04 07:39:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-11-04 07:39:37 +0800 |
commit | 794c64b8aa8498ea9a7d47d6fc7312b5d491d44a (patch) | |
tree | 1c6d592e0e3f29a523175975b516d64fd4abd3eb /lang/Makefile | |
parent | 9c4302c3c90876473e1a66e8920bcd0876f5366f (diff) | |
download | freebsd-ports-gnome-794c64b8aa8498ea9a7d47d6fc7312b5d491d44a.tar.gz freebsd-ports-gnome-794c64b8aa8498ea9a7d47d6fc7312b5d491d44a.tar.zst freebsd-ports-gnome-794c64b8aa8498ea9a7d47d6fc7312b5d491d44a.zip |
Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.
Approved by: portmgr (pav)
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2602aff9d47a..301d5bf04458 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -80,7 +80,6 @@ SUBDIR += gcc32 SUBDIR += gcc33 SUBDIR += gcc34 - SUBDIR += gcc40 SUBDIR += gcc41 SUBDIR += gcc41-withgcjawt SUBDIR += gcc42 |