diff options
author | gerald <gerald@FreeBSD.org> | 2009-07-12 22:35:13 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-07-12 22:35:13 +0000 |
commit | e02aabf6cfb2e19f8aaea1b8987c87dd30dd73f4 (patch) | |
tree | 113c4338adab886dccb77c20d3b8e89cec0a0b21 /Mk | |
parent | 945fb8207cc597df52c3f2451be01a4eafe089dd (diff) | |
download | FreeBSD-ports-e02aabf6cfb2e19f8aaea1b8987c87dd30dd73f4.zip FreeBSD-ports-e02aabf6cfb2e19f8aaea1b8987c87dd30dd73f4.tar.gz |
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.
Diffstat (limited to 'Mk')
-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 e330379..4e8af8a 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 |