diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-11-29 21:09:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-11-29 21:09:08 +0000 |
commit | e8f2893f6ebc0fe7c58269e09b77b3e89bee2198 (patch) | |
tree | 13e1c9325e81e7f12d574c205fa516a9c23c116f /lang/gcc43/Makefile | |
parent | fd9c623ce2513620273874777b1ff8416920615e (diff) | |
download | ports-e8f2893f6ebc0fe7c58269e09b77b3e89bee2198.tar.gz ports-e8f2893f6ebc0fe7c58269e09b77b3e89bee2198.zip |
Notes
Diffstat (limited to 'lang/gcc43/Makefile')
-rw-r--r-- | lang/gcc43/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 2694c9655236..ff4929ab7433 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.1.0 -PORTREVISION= 20051112 +PORTREVISION= 20051125 CATEGORIES= lang java VERSIONSTRING= 4.1-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-objc-${VERSIONSTRING}${EXTRACT_SUFX} \ -# gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} + gcc-testsuite-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.1 |