diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-06-15 21:21:55 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-06-15 21:21:55 +0000 |
commit | f5f69b657719e6189ecc259f7556a91ba62ff408 (patch) | |
tree | b59be6eee6fe8ea8d5aaac9a3cddb30851484b99 /share/man/man5 | |
parent | 70831cf8947e943063239f013640b0cc48f408fc (diff) |
- sync lua module
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 0fb5997566b..c0047348bc7 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.53 2010/05/25 08:57:51 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.54 2010/06/15 21:21:54 jasper 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 25 2010 $ +.Dd $Mdocdate: June 15 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -411,6 +411,7 @@ It heeds NO_BUILD. .It lang/ghc Sets ONLY_FOR_ARCHS, MODGHC_VERSION, BUILD_DEPENDS, and RUN_DEPENDS. .It lang/lua +Sets MODLUA_VERSION, MODLUA_LIBDIR, MODLUA_DATADIR. Appends to RUN_DEPENDS and CATEGORIES. Also appends to BUILD_DEPENDS, unless NO_BUILD has been set to Yes. |