summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2016-09-12 12:20:47 +0000
committermaya <maya@pkgsrc.org>2016-09-12 12:20:47 +0000
commit6c986f99f990342761bdbffc03542a3f46346d2f (patch)
treea728c30152472ae9cd8d01eb49b119d6332b53d2 /doc/pkgsrc.txt
parent2e59bd57baab26d15bd473e63c85c8b0ac780672 (diff)
downloadpkgsrc-6c986f99f990342761bdbffc03542a3f46346d2f.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt17
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