diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-05-07 18:30:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-05-07 18:30:06 +0000 |
commit | c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da (patch) | |
tree | e875deaa9fb777d6623208a7db3f9c8f7cc1ab43 /lang/gcc46 | |
parent | 73bd7d18b722080dd5fb1a0732a334e686c17e71 (diff) | |
download | ports-c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da.tar.gz ports-c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da.zip |
Notes
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc46/pkg-descr | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index fce22c497207..09860a43c1f4 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 -# Ports collection makefile for: gcc45 -# Date created: 2009-04-05 +# Ports collection makefile for: gcc46 +# Date created: 2010-04-25 # Whom: Gerald Pfeifer <gerald@FreeBSD.org> # # $FreeBSD$ @@ -16,7 +16,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 4.5 +COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr \ diff --git a/lang/gcc46/pkg-descr b/lang/gcc46/pkg-descr index b9940115e272..d9dcae413f8e 100644 --- a/lang/gcc46/pkg-descr +++ b/lang/gcc46/pkg-descr @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc45, g++45, -gfortran45, and gcj45, respectively. +port installs the C, C++, Fortran and Java front ends as gcc46, g++46, +gfortran46, and gcj46, respectively. WWW: http://gcc.gnu.org/ |