diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-10-24 15:54:59 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2010-10-24 15:54:59 +0000 |
commit | b5420765e5b5db7532e0f97cd7e037717799b135 (patch) | |
tree | 013920fff8be1e90d2041fec41f2787d5dd5fa4d /share/man/man5/port-modules.5 | |
parent | 555d994b2495e1f479b843b362be40d8e4b093c5 (diff) |
Document MODPY_WANTLIB
Diffstat (limited to 'share/man/man5/port-modules.5')
-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 164cf44930a..31350803989 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.75 2010/10/24 13:54:14 jmc Exp $ +.\" $OpenBSD: port-modules.5,v 1.76 2010/10/24 15:54:58 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -473,7 +473,8 @@ This also selects a %%native%% plist fragment depending on whether the architecture supports native compilation or not. .It lang/python Sets MODPY_VERSION, MODPY_BIN, MODPY_INCDIR, MODPY_LIBDIR, MODPY_SITEPKG, -MODPY_SETUP, MODPY_LIB_DEPENDS, MODPY_RUN_DEPENDS, MODPY_BUILD_DEPENDS. +MODPY_SETUP, MODPY_WANTLIB, MODPY_LIB_DEPENDS, MODPY_RUN_DEPENDS, +MODPY_BUILD_DEPENDS. Appends to RUN_DEPENDS unless MODPY_RUNDEP is set to No. Appends to BUILD_DEPENDS unless MODPY_BUILDDEP is set to No or NO_BUILD is set to Yes. |