diff options
author | Steven Mestdagh <steven@cvs.openbsd.org> | 2010-07-21 17:31:52 +0000 |
---|---|---|
committer | Steven Mestdagh <steven@cvs.openbsd.org> | 2010-07-21 17:31:52 +0000 |
commit | 77c168ca880b10908bcad3e593797ef474eda66b (patch) | |
tree | cccd32dac0b090a0be29f34a3bcc36aeecb92f64 /share/man/man5 | |
parent | d5b947c3d9a5478ff91c05d1c44cb70814a56f94 (diff) |
document fortran module
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
1 files changed, 4 insertions, 1 deletions
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 ) , |