diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-19 21:24:44 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2009-05-19 21:24:44 +0000 |
commit | 2fff5a30b8f61e3dfbe375fc94118d7ea9ee3118 (patch) | |
tree | b4918caf4ea1f4ef1bde61e4bd292130477e417a /share/man/man5 | |
parent | 5263b63d4474481f60c6a2c0a3110ac486b88d33 (diff) |
document MODTCL_{TCLSH,WISH}_ADJ, MOD{TCL,TK}_LIB and note that
MOD{TCL,TK}_VERSION may be overridden.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 1d82c639f67..49d3a5d465d 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.37 2009/05/19 09:17:17 sthen Exp $ +.\" $OpenBSD: port-modules.5,v 1.38 2009/05/19 21:24:43 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -420,8 +420,12 @@ MODRUBY_LIBDIR, MODRUBY_DOCDIR, MODRUBY_EXAMPLEDIR, MODRUBY_ARCH. Appends to BUILD_DEPENDS, RUN_DEPENDS, CATEGORIES and SUBST_VARS. .It lang/tcl Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, MODTCL_LIBDIR, -MODTCL_BUILD_DEPENDS, MODTCL_RUN_DEPENDS, MODTCL_LIB_DEPENDS, +MODTCL_BUILD_DEPENDS, MODTCL_RUN_DEPENDS, MODTCL_LIB, MODTCL_LIB_DEPENDS, and MODTCL_CONFIG. +MODTCL_VERSION is the default version used by all Tcl ports and +may be overridden. +Provides MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ shell fragments to +patch the interpreter path in executable scripts. Also affects CATEGORIES and SUBST_VARS. .It perl This module is documented in the main @@ -471,10 +475,14 @@ GNOME_VERSION. .It x11/qt4 .It x11/tk Sets MODTK_VERSION, MODTK_BIN, MODTK_INCDIR, MODTK_LIBDIR, -MODTK_BUILD_DEPENDS, MODTK_RUN_DEPENDS, MODTK_LIB_DEPENDS, and -MODTK_CONFIG. -Automatically adds the lang/tcl module, and affects CATEGORIES, +MODTK_BUILD_DEPENDS, MODTK_RUN_DEPENDS, MODTK_LIB, MODTK_LIB_DEPENDS, +and MODTK_CONFIG. +MODTK_VERSION is the default version used by all Tk ports and +may be overridden. +Automatically adds the lang/tcl module, provides a default +MODTCL_VERSION to match MODTK_VERSION, and affects CATEGORIES, SUBST_VARS, and USE_X11. +Note the MODTCL_WISH_ADJ shell fragment in the lang/tcl module. .It x11/xfce4 Sets DIST_SUBDIR, EXTRACT_SUFX, CONFIGURE_STYLE, CONFIGURE_ENV, USE_X11 and USE_GMAKE. |