diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-07-12 22:35:13 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-07-12 22:35:13 +0000 |
| commit | fa26f08f7400269018786b3544f31f141dc677d7 (patch) | |
| tree | f8ffc45a3920d4034e87b3795f3be79fb6d1fa57 | |
| parent | LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old (diff) | |
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.
| -rw-r--r-- | Mk/bsd.gcc.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index e3303792b997..4e8af8a8b01d 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -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 |
