1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Replace the use of GCC 4.3 in a comment/example by GCC 4.5 since the

former will be gone soon.
This commit is contained in:
Gerald Pfeifer 2010-05-02 14:44:59 +00:00
parent 2f08586006
commit 9451233322
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253563

View File

@ -14,7 +14,7 @@
#
# For example:
# USE_GCC= 4.2+ # port requires GCC 4.2 or later.
# USE_GCC= 4.3 # port requires GCC 4.3.
# USE_GCC= 4.5 # port requires GCC 4.5.
#
# If your port needs a Fortran compiler, please specify that with the
# USE_FORTRAN= knob. Here is the list of options for that knob: