diff options
author | 2011-11-17 23:49:46 +0000 | |
---|---|---|
committer | 2011-11-17 23:49:46 +0000 | |
commit | cdb5631dcb71433bc7df8d165c38fc87ea356599 (patch) | |
tree | 40e3537fc9787453cd0b8abf2fdadf1a25971978 /share/man/man5 | |
parent | physmem run length encoding (rle) for hibernate - don't compress or write (diff) | |
download | wireguard-openbsd-cdb5631dcb71433bc7df8d165c38fc87ea356599.tar.xz wireguard-openbsd-cdb5631dcb71433bc7df8d165c38fc87ea356599.zip |
Document MODLUA_RUNDEP, from Simon Kuhnle tweaked slightly by me.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 231cd3efa15..8123d7d0957 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.107 2011/11/17 18:04:33 sthen Exp $ +.\" $OpenBSD: port-modules.5,v 1.108 2011/11/17 23:49:46 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -473,8 +473,9 @@ command can be specified with MODGHC_SETUP_CONF_ARGS and MODGHC_SETUP_CONF_ENV. .It lang/lua Sets MODLUA_VERSION, MODLUA_LIBDIR, MODLUA_DATADIR. -Appends to RUN_DEPENDS and CATEGORIES. +Appends to CATEGORIES. Also appends to BUILD_DEPENDS, unless NO_BUILD has been set to Yes. +Also appends to RUN_DEPENDS, unless MODLUA_RUNDEP is set to No. Also affects PKG_ARCH when SHARED_ONLY is not set or set to No. .It lang/mono Sets MODMONO_ONLY_FOR_ARCHS, CONFIGURE_ENV, MAKE_FLAGS, |