diff options
author | 2010-10-24 13:54:14 +0000 | |
---|---|---|
committer | 2010-10-24 13:54:14 +0000 | |
commit | 8e6f7512080431ee013f580d3dbb6656fb414dc7 (patch) | |
tree | e521b770a9d69a8b9e31b4c00d824d130f1bf79b | |
parent | Add MODRUBY_RUNDEP and MODRUBY_BUILDDEP, modelled on python.port.mk. (diff) | |
download | wireguard-openbsd-8e6f7512080431ee013f580d3dbb6656fb414dc7.tar.xz wireguard-openbsd-8e6f7512080431ee013f580d3dbb6656fb414dc7.zip |
new sentence, new line;
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index b6588b93d1e..164cf44930a 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.74 2010/10/24 09:18:07 sthen Exp $ +.\" $OpenBSD: port-modules.5,v 1.75 2010/10/24 13:54:14 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -393,7 +393,8 @@ Makefile. .It fortran Sets MODFORTRAN_LIB_DEPENDS, MODFORTRAN_WANTLIB, MODFORTRAN_BUILD_DEPENDS. Set MODFORTRAN_COMPILER to `g77' or `gfortran', depending on what the -port requires. The default is `g77'. +port requires. +The default is `g77'. The dependencies are chosen according to COMPILER_VERSION and MODFORTRAN_COMPILER. .It gcc3 |