summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteven <steven@openbsd.org>2010-07-21 17:31:51 +0000
committersteven <steven@openbsd.org>2010-07-21 17:31:51 +0000
commit39dbc8de7c5c99dc588cebf12da9b1c689ba5c4e (patch)
tree65a2c53b1454b67f451035fab244fadd2d006e5b
parentreverse logic in previous (diff)
downloadwireguard-openbsd-39dbc8de7c5c99dc588cebf12da9b1c689ba5c4e.tar.xz
wireguard-openbsd-39dbc8de7c5c99dc588cebf12da9b1c689ba5c4e.zip
document fortran module
-rw-r--r--share/man/man5/port-modules.55
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 ) ,