diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-04-21 11:43:43 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-04-21 11:43:43 +0000 |
commit | 01cfcae3cb294e52c8056a55f162f1aad4390596 (patch) | |
tree | 766848082c2d75b69a61cab2f54afa2c7de294f7 /lang/gcc44/Makefile | |
parent | 7a95146a8a166e5c71297daa41962f465f56780a (diff) |
Notes
Diffstat (limited to 'lang/gcc44/Makefile')
-rw-r--r-- | lang/gcc44/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index ea3e680f6e0b..9595f75d0923 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.4.0 -PORTREVISION= 20090407 +PORTREVISION= 20090414 CATEGORIES= lang java VERSIONSTRING= 4.4-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -42,7 +42,6 @@ WANT_GNOME= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure -NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> |