diff options
author | 2008-10-10 20:15:52 +0000 | |
---|---|---|
committer | 2008-10-10 20:15:52 +0000 | |
commit | 1b8e37b0bde8f16447f122626d661f086179f255 (patch) | |
tree | 4c64bfc38b2295abfb9b103ba30a9343bb55eb1e | |
parent | skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. (diff) | |
download | wireguard-openbsd-1b8e37b0bde8f16447f122626d661f086179f255.tar.xz wireguard-openbsd-1b8e37b0bde8f16447f122626d661f086179f255.zip |
sync tcl/tk description with reality
-rw-r--r-- | share/man/man5/port-modules.5 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index e507327535c..4a81b0994be 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.17 2008/06/14 16:17:03 landry Exp $ +.\" $OpenBSD: port-modules.5,v 1.18 2008/10/10 20:15:52 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: June 14 2008 $ +.Dd $Mdocdate: October 10 2008 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -393,7 +393,9 @@ Also affects CATEGORIES, MAKE_ENV, SHARED_ONLY, and SUBST_VARS. May affect the regress target. .It lang/ruby .It lang/tcl -Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, and MODTCL_CONFIG. +Sets MODTCL_VERSION, MODTCL_BIN, MODTCL_INCDIR, MODTCL_LIBDIR, +MODTCL_BUILD_DEPENDS, MODTCL_RUN_DEPENDS, MODTCL_LIB_DEPENDS, +and MODTCL_CONFIG. Also affects CATEGORIES and SUBST_VARS. .It perl This module is documented in the main @@ -412,8 +414,9 @@ manpage. .It x11/qt3 .It x11/qt4 .It x11/tk -Sets MODTK_VERSION, MODTK_BIN, MODTK_INCDIR, MODTK_CONFIG, -MODTK_BUILD_DEPENDS, and MODTK_RUN_DEPENDS. +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, SUBST_VARS, and USE_X11. .It x11/xfce4 |