diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-06-28 20:17:09 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-06-28 20:17:09 +0000 |
commit | af1c2bab612e29b7eaf383e66fa46421c6e1eca9 (patch) | |
tree | 245a1ee62af0e4c1ed9f4ccbbfc369106d2677bd /lang/gcc46/Makefile | |
parent | - s/PREFIX/LOCALBASE/ in DEPENDS (diff) |
Update to the 20080627 snapshot of GCC 4.4.0.
Notes
Notes:
svn path=/head/; revision=215897
Diffstat (limited to 'lang/gcc46/Makefile')
-rw-r--r-- | lang/gcc46/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index fb9d7298b820..9acecdb11137 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -8,7 +8,7 @@ PORTNAME?= gcc PORTVERSION= 4.4.0 -PORTREVISION= 20080613 +PORTREVISION= 20080627 CATEGORIES= lang java VERSIONSTRING= 4.4-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} |