summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2010-10-24 15:54:58 +0000
committersthen <sthen@openbsd.org>2010-10-24 15:54:58 +0000
commit533c5a863ddd38f09222174285a0dfc35efdc514 (patch)
tree0557f94497f1fb6fb96e1ec626d594ece37bcd98
parentMove build_trampoline() and setregs() to a common location for all mips ports. (diff)
downloadwireguard-openbsd-533c5a863ddd38f09222174285a0dfc35efdc514.tar.xz
wireguard-openbsd-533c5a863ddd38f09222174285a0dfc35efdc514.zip
Document MODPY_WANTLIB
-rw-r--r--share/man/man5/port-modules.55
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.