From 39dbc8de7c5c99dc588cebf12da9b1c689ba5c4e Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 21 Jul 2010 17:31:51 +0000 Subject: [PATCH] document fortran module --- share/man/man5/port-modules.5 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index ac4db2b8dec..7ea74c06362 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.59 2010/07/21 17:07:27 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.60 2010/07/21 17:31:51 steven Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -378,6 +378,9 @@ post-install targets. do-build, do-install and post-install can be overridden in the port Makefile. .It fortran +Sets MODFORTRAN_LIB_DEPENDS, MODFORTRAN_WANTLIB, MODFORTRAN_BUILD_DEPENDS. +Set MODFORTRAN_WANTG77=Yes if the port requires a Fortran 77 compiler. +The dependencies are chosen according to COMPILER_VERSION. .It gcc3 If COMPILER_VERSION is not gcc3 (defined by .Pa /usr/share/mk/bsd.own.mk ) , -- 2.20.1