diff options
Diffstat (limited to 'lang/gcc41/Makefile')
-rw-r--r-- | lang/gcc41/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 7056b58..170ae86 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.1 -PORTREVISION= 20060407 +PORTREVISION= 20060414 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -48,9 +48,6 @@ 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 |