diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-03-24 16:03:14 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2003-03-24 16:03:14 +0000 |
commit | 4a2ca536734a27ebebd8c4a5549bb7eec94884f4 (patch) | |
tree | 671c461a2f3469f159fe7cb46939560414d284cc /lang/gcc46 | |
parent | 93955a3bef1d2279fe1757f966f329bdd84a00b8 (diff) | |
download | ports-4a2ca536734a27ebebd8c4a5549bb7eec94884f4.tar.gz ports-4a2ca536734a27ebebd8c4a5549bb7eec94884f4.zip |
Notes
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 359162455fe4..d5338d9ba323 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -29,7 +29,7 @@ PATCH_SITES= ftp://relay.nuxi.com/obrien/ PATCHFILES= port_gcc33_${SNAPDATE}.diff MAINTAINER= ports@FreeBSD.org -COMMENT= GNU Compiler Collection 3.2 (inprogress version) +COMMENT= GNU Compiler Collection 3.3 (inprogress version) NO_CDROM= 'dated material' LATEST_LINK= gcc33 @@ -38,7 +38,7 @@ USE_BZIP2= yes PATCH_WRKSRC= ${SRCDIR} CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure -NOMANCOMPRESS= yes # to hard to deal with differences on 5-cur and releng4 +NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4 .include <bsd.port.pre.mk> |