summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2008-06-12 18:59:26 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2008-06-12 18:59:26 +0000
commit3a7a09881b511d7a621105aa1e5dad7b8f4fec7d (patch)
tree82f67506f4559a6996dd19b231d37d24135b6be8 /share
parent2aad5c3a4f0129e9ea19d232eb8b470b74a8a2eb (diff)
add some description for the tcl and tk modules
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/port-modules.58
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index bee562c4b15..6e8e094c1d2 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.12 2008/06/12 16:02:13 landry Exp $
+.\" $OpenBSD: port-modules.5,v 1.13 2008/06/12 18:59:25 steven Exp $
.\"
.\" Copyright (c) 2008 Marc Espie
.\"
@@ -385,6 +385,8 @@ Also affects CATEGORIES, MAKE_ENV, SHARED_ONLY, and SUBST_VARS.
May affect regress target.
.It lang/ruby
.It lang/tcl
+Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, and MODTCL_CONFIG.
+Also affects CATEGORIES and SUBST_VARS.
.It perl
This module is documented in the main
.Xr bsd.port.mk 5
@@ -392,6 +394,10 @@ manpage.
.It www/pear
.It www/zope
.It x11/tk
+Sets MODTK_VERSION, MODTK_BIN, MODTK_INCDIR, MODTK_CONFIG,
+MODTK_BUILD_DEPENDS, and MODTK_RUN_DEPENDS.
+Automatically adds the lang/tcl module, and affects CATEGORIES,
+SUBST_VARS, and USE_X11.
.El
.Sh SEE ALSO
.Xr make 1 ,