diff options
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 7ea74c06362..b8dab907679 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.60 2010/07/21 17:31:51 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.61 2010/07/22 10:42:37 ajacoutot 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: July 21 2010 $ +.Dd $Mdocdate: July 22 2010 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -441,6 +441,8 @@ the architecture supports native compilation or not. Sets MODPY_VERSION, MODPY_BIN, MODPY_INCDIR, MODPY_LIBDIR, MODPY_SITEPKG, MODPY_SETUP, 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 yo yes. MODPY_VERSION is the default version used by all python modules. Ports which use the setuptools module should set MODPY_SETUPTOOLS to Yes. All ports that generate egg-info files should set MODPY_EGG_VERSION |