diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-04-08 16:35:22 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2010-04-08 16:35:22 +0000 |
commit | 59e054b5a63493f865b70471073afcef4814ed76 (patch) | |
tree | 9c9c6e5967d5ea53a414c26a2da1cc5076716673 | |
parent | 0b6361ab565dfaf98b3a52bb33bc52b3912cd495 (diff) |
Add missing mono MODULE variables.
-rw-r--r-- | share/man/man5/port-modules.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 8451dbe7e70..4a001f5be4b 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.49 2010/04/06 13:10:46 xsa Exp $ +.\" $OpenBSD: port-modules.5,v 1.50 2010/04/08 16:35:21 ajacoutot 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 6 2010 $ +.Dd $Mdocdate: April 8 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -415,7 +415,8 @@ Appends to RUN_DEPENDS and CATEGORIES. Also appends to BUILD_DEPENDS, unless NO_BUILD has been set to Yes. .It lang/mono -Sets ONLY_FOR_ARCHS, CONFIGURE_ENV and MAKE_FLAGS. +Sets ONLY_FOR_ARCHS, CONFIGURE_ENV, MAKE_FLAGS, MODMONO_BUILD_DEPENDS +and MODMONO_RUN_DEPENDS. If MODMONO_DEPS is set to Yes, .Pa lang/mono is appended to BUILD_DEPENDS and RUN_DEPENDS. |