aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc48/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc48/Makefile')
-rw-r--r--lang/gcc48/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile
index ff4929ab7433..08e9dfa2924a 100644
--- a/lang/gcc48/Makefile
+++ b/lang/gcc48/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gcc
PORTVERSION= 4.1.0
-PORTREVISION= 20051125
+PORTREVISION= 20051202
CATEGORIES= lang java
VERSIONSTRING= 4.1-${PORTREVISION}
MASTER_SITES= ${MASTER_SITE_GCC}
@@ -50,6 +50,9 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
WITHOUT_JAVA= yes
.endif
+# FIXME: As of 20051202, installing libgcj nearly kills 1GB machines.
+WITHOUT_JAVA= yes
+
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.else