diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-04 16:56:11 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-04 16:56:11 +0000 |
commit | cbb4e03279ec76fc84b53d3e7fe7230c11be1b4a (patch) | |
tree | 9b93645ecd8517a5608f7994e87039a4ae65ae31 /Mk/bsd.gcc.mk | |
parent | 2654d4351008ba2208c00b69cbd329837b69ba5b (diff) | |
download | ports-cbb4e03279ec76fc84b53d3e7fe7230c11be1b4a.tar.gz ports-cbb4e03279ec76fc84b53d3e7fe7230c11be1b4a.zip |
Notes
Diffstat (limited to 'Mk/bsd.gcc.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. # |