diff options
author | gerald <gerald@FreeBSD.org> | 2009-04-08 09:12:23 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-04-08 09:12:23 +0800 |
commit | e8cd0f1df7c9b03bd292714fb7dd0f6a5f816b61 (patch) | |
tree | c66347e628a37ee5c75ee985b2ef6f95e5d3c1bd /lang/gcc48 | |
parent | 1f1143353bba7508990c0f5b2fb9a478db871956 (diff) | |
download | freebsd-ports-gnome-e8cd0f1df7c9b03bd292714fb7dd0f6a5f816b61.tar.gz freebsd-ports-gnome-e8cd0f1df7c9b03bd292714fb7dd0f6a5f816b61.tar.zst freebsd-ports-gnome-e8cd0f1df7c9b03bd292714fb7dd0f6a5f816b61.zip |
This port installs gcc45, g++45, gcj45, gfortran45 and so forth, not the
44 flavors of course.
Reported by: linimon
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr index 1ccfc4dd404a..4fff0c14b894 100644 --- a/lang/gcc48/pkg-descr +++ b/lang/gcc48/pkg-descr @@ -1,7 +1,7 @@ GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. -This port installs the various front ends as gcc44, g++44, gcj44, -gfortran44 and so forth into the ${PREFIX}/bin directory. +This port installs the various front ends as gcc45, g++45, gcj45, +gfortran45 and so forth into the ${PREFIX}/bin directory. (Building the Java frontend and the associated libgcj library will consume more than 512MB of main memory. Set WITHOUT_JAVA=yes in |