diff options
author | 2019-05-08 20:14:52 +0000 | |
---|---|---|
committer | 2019-05-08 20:14:52 +0000 | |
commit | c63dc611227bcf57fd96456bfc7491a60a130b6c (patch) | |
tree | d8c52b9ad3c666b6b3fc8ac499b847058d11d6f3 /share/man/man5 | |
parent | remove sess argument from log functions. ok deraadt@ (diff) | |
download | wireguard-openbsd-c63dc611227bcf57fd96456bfc7491a60a130b6c.tar.xz wireguard-openbsd-c63dc611227bcf57fd96456bfc7491a60a130b6c.zip |
Add flang to the MODFORTRAN_COMPILER list.
ok jca@
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index de7ffb2c9a9..bc46dcb9116 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.239 2019/04/23 12:31:33 kmos Exp $ +.\" $OpenBSD: port-modules.5,v 1.240 2019/05/08 20:14:52 bcallah 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: April 23 2019 $ +.Dd $Mdocdate: May 8 2019 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -848,7 +848,7 @@ Sets .Ev MODFORTRAN_BUILD_DEPENDS . Set .Ev MODFORTRAN_COMPILER -to `g77' or `gfortran', depending on what the port requires. +to `g77', `gfortran', or `flang', depending on what the port requires. The default is `g77'. The dependencies are chosen according to .Ev MODFORTRAN_COMPILER . |