diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2008-06-12 16:02:14 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2008-06-12 16:02:14 +0000 |
commit | f9d85df5e253a1be96e0ff510ae875bc6d521cee (patch) | |
tree | 529dd2466ee39091c8af14993760a2ee0ce0c8ad /share | |
parent | 1e72660127a56fdf02b5b43293d426076aff795f (diff) |
Document lang/lua MODULE.
Reminded by pyr@ and ajacoutot@ while going to the hike,
ok ajacoutot@ and looks fine to jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index dd793984b11..bee562c4b15 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.11 2008/05/18 13:45:18 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.12 2008/06/12 16:02:13 landry 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: May 18 2008 $ +.Dd $Mdocdate: June 12 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -364,6 +364,8 @@ appends to BUILD_DEPENDS and RUN_DEPENDS. It heeds NO_BUILD. .It lang/ghc Sets ONLY_FOR_ARCHS, MODGHC_VERSION, BUILD_DEPENDS, and RUN_DEPENDS. +.It lang/lua +Sets CATEGORIES, RUN_DEPENDS, and BUILD_DEPENDS if NO_BUILD is not set. .It lang/ocaml Sets OCAML_VERSION, MODOCAML_NATIVE. Appends to BUILD_DEPENDS and MAKE_ENV. |