diff options
author | gerald <gerald@FreeBSD.org> | 2011-09-05 00:56:11 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-09-05 00:56:11 +0800 |
commit | 02bcdb476ea90022f527c05a073a443a05272399 (patch) | |
tree | d948f0d52506fffbbecca899d85485070292b6ef /Mk | |
parent | adbba22f65025a6d45034a34319490050a60e475 (diff) | |
download | freebsd-ports-gnome-02bcdb476ea90022f527c05a073a443a05272399.tar.gz freebsd-ports-gnome-02bcdb476ea90022f527c05a073a443a05272399.tar.zst freebsd-ports-gnome-02bcdb476ea90022f527c05a073a443a05272399.zip |
Refer to GCC 4.2+ instead of GCC 3.4+ in a comment, since the latter is
not in any supported release of FreeBSD any more.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index c2b512956501..8ceebd2bf9b3 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -137,7 +137,7 @@ IGNORE= Couldn't find your current GCCVERSION (OSVERSION=${OSVERSION}) # # If the GCC package defined in USE_GCC does not exist, but a later -# version is allowed (for example 3.4+), see if there is a later. +# version is allowed (for example 4.2+), see if there is a later. # First check if the base installed version is good enough, otherwise # get the first available version. # |