diff options
author | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2017-06-15 16:06:03 +0000 |
---|---|---|
committer | Vadim Zhukov <zhuk@cvs.openbsd.org> | 2017-06-15 16:06:03 +0000 |
commit | 009911a8f5b449f3a7f62a22d60e53474f94a734 (patch) | |
tree | 0d6e4323eef27fd85f53bdf4c97a8d8e50b310c7 /share/man | |
parent | abf760bb5f20e68da35e39ea8e8283ae0b957d63 (diff) |
It's never too late to document x11/kde module. At least a (non-obvious) bit.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 7709a2b604b..30cdd8fe249 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.220 2017/06/15 16:03:52 zhuk Exp $ +.\" $OpenBSD: port-modules.5,v 1.221 2017/06/15 16:06:02 zhuk Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -1728,6 +1728,12 @@ Some tools require the following goo in the PLIST: .Ed .It x11/gnustep .It x11/kde +Used for building KDE3-enabled ports. +Main variables there is +.Ev MODKDE_VERSION , +which defines what patches and tweaks should be applied, +depending of exact KDE version the ported software is build +against of. .It x11/kde4 Required for building KDE4-enabled ports. Main variables are: MODKDE4_USE, |