diff options
author | 2014-07-09 14:02:35 +0000 | |
---|---|---|
committer | 2014-07-09 14:02:35 +0000 | |
commit | 2d614c365833dac75a7c925fe05593b735505ce0 (patch) | |
tree | 35a305592f9445574a4109d038c9bdff780b63c4 /share/man/man5 | |
parent | Add support bpfwrite on DLT_LOOP interfaces. (diff) | |
download | wireguard-openbsd-2d614c365833dac75a7c925fe05593b735505ce0.tar.xz wireguard-openbsd-2d614c365833dac75a7c925fe05593b735505ce0.zip |
Document recent x11/gnome MODULE changes.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index e50e86e9e07..2064c2de69a 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.173 2014/07/09 13:38:11 bcallah Exp $ +.\" $OpenBSD: port-modules.5,v 1.174 2014/07/09 14:02:35 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -1145,8 +1145,11 @@ adds x11/gnome to and .Ev EXTRACT_SUFX will default to .tar.xz if unset. -Also unconditionally sets -.Ev USE_GMAKE . +Unless +.Li NO_BUILD=Yes , +.Pa textproc/intltool +will also be appended to +.Ev MODULES . .Pp Unless .Li NO_BUILD=Yes , @@ -1157,11 +1160,7 @@ is appended to and .Li LDFLAGS="-L${LOCALBASE}/lib" are appended to -.Ev CONFIGURE_ENV -and -.Pa textproc/intltool -is appended to -.Ev MODULES . +.Ev CONFIGURE_ENV . .Pp If none of .Ev AUTOCONF_VERSION @@ -1170,6 +1169,9 @@ nor are defined, then "--disable-maintainer-mode" is appended to .Ev CONFIGURE_ARGS . .Pp +.Ev USE_GMAKE +is unconditionally set. +.Pp Certain build/run dependencies and configure arguments and environment can be set by appending desktop-file-utils, docbook, gobject-introspection, gtk-doc, gtk-update-icon-cache, shared-mime-info, vala and/or yelp to |