diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-08-27 14:33:25 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2019-08-27 14:33:25 +0000 |
commit | ec9e4ac28d509a4b22d66aaf6765d20e6eb9cbdf (patch) | |
tree | dfb5031e03bd938c987b7198e4d551271bd24c10 /share/man/man5 | |
parent | 8cee218045897d97907b62659fbb8de5f20581cd (diff) |
g77 is not a valid MODFORTRAN_COMPILER any more
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index bc46dcb9116..05e93fa1bc5 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.240 2019/05/08 20:14:52 bcallah Exp $ +.\" $OpenBSD: port-modules.5,v 1.241 2019/08/27 14:33:24 jca Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 8 2019 $ +.Dd $Mdocdate: August 27 2019 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -848,8 +848,8 @@ Sets .Ev MODFORTRAN_BUILD_DEPENDS . Set .Ev MODFORTRAN_COMPILER -to `g77', `gfortran', or `flang', depending on what the port requires. -The default is `g77'. +to `gfortran', or `flang', depending on what the port requires. +The default is `gfortran'. The dependencies are chosen according to .Ev MODFORTRAN_COMPILER . .It gcc4 |