diff options
author | 2014-03-16 09:12:55 +0000 | |
---|---|---|
committer | 2014-03-16 09:12:55 +0000 | |
commit | 158ab0a1b9511a0e53c69202a8f31b9736425fb0 (patch) | |
tree | 3cdbfb8dbc31d066434ed75c28c9810acdc32324 | |
parent | Overflow check the calculation for a malloc size. (diff) | |
download | wireguard-openbsd-158ab0a1b9511a0e53c69202a8f31b9736425fb0.tar.xz wireguard-openbsd-158ab0a1b9511a0e53c69202a8f31b9736425fb0.zip |
Cope with recent x11/gnome MODULE change.
Add x11/kde4 placeholder.
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index f5217291495..cb54b87e716 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.165 2013/10/16 10:29:52 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.166 2014/03/16 09:12:55 ajacoutot 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 16 2013 $ +.Dd $Mdocdate: March 16 2014 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -1207,10 +1207,13 @@ and .Pa x11/gnome/doc-utils are appended to .Ev MODGNOME_BUILD_DEPENDS . -Also, +Furthermore, .Pa x11/gnome/yelp is appended to -.Ev MODGNOME_RUN_DEPENDS . +.Ev MODGNOME_RUN_DEPENDS +if +.Ev MODGNOME_DESKTOP_FILE +is also set to "Yes". This option is to be used when any files are installed into .Pa share/gnome/help/ or page files are installed into @@ -1225,6 +1228,7 @@ and .Ev RUN_DEPENDS . .It x11/gnustep .It x11/kde +.It x11/kde4 .It x11/qt3 and x11/qt4 Both qt modules share a common .Ev MODQT_* |