diff options
author | kris <kris@FreeBSD.org> | 2002-08-31 12:14:31 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-31 12:14:31 +0800 |
commit | 0b4121a16695224f378f6af28cb8bf0d410e8774 (patch) | |
tree | 9969ec9274f713b9feaa3a6bb462b44e8bfc2357 /lang | |
parent | b59e50893ae0d58dbafbb83a4f08b15277f666f7 (diff) | |
download | freebsd-ports-gnome-0b4121a16695224f378f6af28cb8bf0d410e8774.tar.gz freebsd-ports-gnome-0b4121a16695224f378f6af28cb8bf0d410e8774.tar.zst freebsd-ports-gnome-0b4121a16695224f378f6af28cb8bf0d410e8774.zip |
Remove gcc33 from SUBDIR, because it has not yet been upgraded after the
repo-copy and is consequently breaking INDEX.
Pointy hat to: obrien
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 80b863e0275f..57db4f650110 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -53,7 +53,6 @@ SUBDIR += gcc30 SUBDIR += gcc31 SUBDIR += gcc32 - SUBDIR += gcc33 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth |