diff options
author | maya <maya> | 2016-09-12 12:20:47 +0000 |
---|---|---|
committer | maya <maya> | 2016-09-12 12:20:47 +0000 |
commit | 726bd611ff6a5d9818d8462fb28217c3d5641fcb (patch) | |
tree | 3064a28c2c65c92537bbea810fc61876b0c0e1bc /doc/pkgsrc.txt | |
parent | 7b4d7077f950ce88f21b3625539bbd7848b5406d (diff) | |
download | pkgsrc-726bd611ff6a5d9818d8462fb28217c3d5641fcb.tar.gz |
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r-- | doc/pkgsrc.txt | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index 0583d5b65db..bf6b84e5f87 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -1521,6 +1521,21 @@ GCC_REQD: the system GCC doesn't satisfy this requirement, then pkgsrc will build and install one of the GCC packages to use instead. +PYTHON_DEFAULT_VERSION: + + Specifies which version of python to use when several options are + available. + +PKGSRC_FORTRAN: + + Specifies the fortran compiler to use. The default is g95, and gfortran is + an alternative. + +GFORTRAN_VERSION: + + If PKGSRC_FORTRAN= gfortran is used, this option specifies which version to + use. + 5.4.2. Additional flags to the compiler (CFLAGS) If you wish to set the CFLAGS variable, please make sure to use the += operator @@ -5961,7 +5976,7 @@ runs on a small handful of platforms, set BROKEN_EXCEPT_ON_PLATFORM instead. Both BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM are OS triples (OS-version-platform) that can use glob-style wildcards. -If a package is not appropriate for some platforms (as oopposed to merely +If a package is not appropriate for some platforms (as opposed to merely broken), a different set of variables should be used as this affects failure reporting and statistics. If the package is appropriate for most platforms, the exceptions should be noted with NOT_FOR_PLATFORM. If the package is appropriate |