diff options
author | Steven Mestdagh <steven@cvs.openbsd.org> | 2008-10-22 18:15:05 +0000 |
---|---|---|
committer | Steven Mestdagh <steven@cvs.openbsd.org> | 2008-10-22 18:15:05 +0000 |
commit | 47d800a457b7cc98b92926909b6d1bcf9c7ea6fe (patch) | |
tree | 08a79fbd8bcb1452c2c58b6360fbf72a2b00f566 | |
parent | 6ffe56f4fd2145b2cec45f8b3f705f88285c690f (diff) |
sync list of port modules
-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 4a81b0994be..d2abc5bee96 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.18 2008/10/10 20:15:52 steven Exp $ +.\" $OpenBSD: port-modules.5,v 1.19 2008/10/22 18:15:04 steven 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 10 2008 $ +.Dd $Mdocdate: October 22 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -347,6 +347,7 @@ of regress tests to CPAN. .It devel/gettext .It devel/pmk .It devel/scons +.It devel/waf .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. @@ -374,6 +375,7 @@ Sets ONLY_FOR_ARCHS, MODGHC_VERSION, BUILD_DEPENDS, and RUN_DEPENDS. Appends to RUN_DEPENDS and CATEGORIES. Also appends to BUILD_DEPENDS, unless NO_BUILD has been set to Yes. +.It lang/mono .It lang/ocaml Sets OCAML_VERSION, MODOCAML_NATIVE. Appends to BUILD_DEPENDS and MAKE_ENV. |