diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-06 06:26:07 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-06 06:26:07 +0800 |
commit | b3801a0af0ce0e2125fe0a66e59d74f96208fc21 (patch) | |
tree | a73faf41e0890a456beee4f48d9bde61fe9f3a41 /Mk | |
parent | ce63afce79cdadc19f08fb68107d342b48f952a9 (diff) | |
download | freebsd-ports-gnome-b3801a0af0ce0e2125fe0a66e59d74f96208fc21.tar.gz freebsd-ports-gnome-b3801a0af0ce0e2125fe0a66e59d74f96208fc21.tar.zst freebsd-ports-gnome-b3801a0af0ce0e2125fe0a66e59d74f96208fc21.zip |
Fix whitespace to four rows per tab style, update version numbers in the
description of USE_GCC, and adjust description of USE_FORTRAN to recent
changes.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index a58da5e2e9fd..b9bea1610f7c 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -13,17 +13,16 @@ # USE_FORTRAN knob. # # For example: -# USE_GCC= 3.3 # port requires GCC 3.3 to build with. -# USE_GCC= 3.4+ # port requires GCC 3.4 or later to build with. +# 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. # # 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 gfortran42 (/lang/gcc42) -# USE_FORTRAN= gfortran42 -# 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) +# 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 # recommend to use only one of them on any system. |