Add a comment about MODPY_BUILDDEP and NO_BUILD in the python section.
authorajacoutot <ajacoutot@openbsd.org>
Thu, 22 Jul 2010 10:42:37 +0000 (10:42 +0000)
committerajacoutot <ajacoutot@openbsd.org>
Thu, 22 Jul 2010 10:42:37 +0000 (10:42 +0000)
share/man/man5/port-modules.5

index 7ea74c0..b8dab90 100644 (file)
@@ -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