configuring.xml: the default Fortran is now gfortran
This commit is contained in:
parent
a764870dd7
commit
ef57109ddb
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $NetBSD: configuring.xml,v 1.55 2019/04/19 13:43:27 leot Exp $ -->
|
||||
<!-- $NetBSD: configuring.xml,v 1.56 2020/05/06 01:41:12 gutteridge Exp $ -->
|
||||
|
||||
<chapter id="configuring">
|
||||
<title>Configuring pkgsrc</title>
|
||||
|
@ -295,9 +295,8 @@ uid=1000(myusername) gid=100(users) groups=100(users),0(wheel)
|
|||
<varlistentry>
|
||||
<term><varname>PKGSRC_FORTRAN</varname>:</term>
|
||||
<listitem>
|
||||
<para>Specifies the fortran compiler to use.
|
||||
The default is <varname>g95</varname>, and
|
||||
<varname>gfortran</varname> is an alternative.</para>
|
||||
<para>Specifies the Fortran compiler to use.
|
||||
The default is <varname>gfortran</varname>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue