Tweak some comments. The two non-whitespace changes are a fix from

/lang/gcc43 to lang/gcc43 and removing to notes that might be seen
as indicative of GCC only being needed at build time.
This commit is contained in:
Gerald Pfeifer 2009-07-12 22:35:13 +00:00
parent fcfc412a69
commit fa26f08f74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237664

View file

@ -13,15 +13,15 @@
# USE_FORTRAN knob.
#
# For example:
# USE_GCC= 4.2+ # port requires GCC 4.2 or later to build with.
# USE_GCC= 4.3 # port requires GCC 4.3 to build with.
# USE_GCC= 4.2+ # port requires GCC 4.2 or later.
# USE_GCC= 4.3 # port requires GCC 4.3.
#
# If your port needs a Fortran compiler, please specify that with the
# USE_FORTRAN= knob. Here is the list of options for that knob:
#
# USE_FORTRAN= yes # use gfortran43 (/lang/gcc43)
# USE_FORTRAN= g77 # use g77-34 (lang/gcc34; FreeBSD>=7)
# # or system f77 (/usr/bin/f77; FreeBSD<=6)
# USE_FORTRAN= yes # use gfortran43 (lang/gcc43)
# USE_FORTRAN= g77 # use g77-34 (lang/gcc34; FreeBSD>=7)
# # or system f77 (/usr/bin/f77; FreeBSD<=6)
# USE_FORTRAN= ifort # use the Intel compiler (lang/ifc)
#
# Due to object file incompatiblity between Fortran compilers, we strongly