summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandry Breuil <landry@cvs.openbsd.org>2008-10-26 12:36:59 +0000
committerLandry Breuil <landry@cvs.openbsd.org>2008-10-26 12:36:59 +0000
commitf97524ea12ee0c91e9e17487b82a459277776046 (patch)
treeac266fa95530f9ae70bae3ecc3949a75c77836b4
parent27c483c802507da672adac983f9e2df8845efbca (diff)
Document devel/waf MODULE.
-rw-r--r--share/man/man5/port-modules.57
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 2addf257bb1..95022c62ada 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.20 2008/10/24 14:15:53 bernd Exp $
+.\" $OpenBSD: port-modules.5,v 1.21 2008/10/26 12:36:58 landry 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: October 24 2008 $
+.Dd $Mdocdate: October 26 2008 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -348,6 +348,9 @@ of regress tests to CPAN.
.It devel/pmk
.It devel/scons
.It devel/waf
+Adds devel/waf to BUILD_DEPENDS, lang/python to MODULES, and provides
+do-configure, do-build, do-install and post-install targets. do-build,
+do-install and post-install can be overridden in the port Makefile.
.It gcc3
If USE_GCC3=Yes, and architecture is in MODGCC3_ARCHES, then the gcc 3.3.6
compilers will be put at the front of the path.