diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-04-09 22:47:16 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-04-09 22:47:16 +0000 |
commit | 8cf6b73c77a7e273918c208c7f9ceccb3f7845e8 (patch) | |
tree | 99df224340ebee275e45ed96dca1f6da9db09b59 /lang/gcc43/Makefile | |
parent | c6aaa555d51c314e3df5b2e00556d614547ea5ea (diff) |
Notes
Diffstat (limited to 'lang/gcc43/Makefile')
-rw-r--r-- | lang/gcc43/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 9a6c6c85fffe..f95c49e34810 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.3.4 -PORTREVISION= 20090326 +PORTREVISION= 20090405 CATEGORIES= lang java VERSIONSTRING= 4.3-${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> |