diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-09-19 07:53:35 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-09-19 07:53:35 +0000 |
commit | efc03b4ae3f50ff887f2df081f62e630e3952847 (patch) | |
tree | 50f1184ce039db4f2af3044646c49c244b69697e /lang/gcc/Makefile | |
parent | - Attempt to fix build on amd64 (diff) |
Update to the 20050917 snapshot of GCC 4.1.0.
Notes
Notes:
svn path=/head/; revision=143129
Diffstat (limited to 'lang/gcc/Makefile')
-rw-r--r-- | lang/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 6bc05a22a218..e034a7a2334f 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.0 -PORTREVISION= 20050909 +PORTREVISION= 20050917 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} |