diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-12-03 18:33:35 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-12-03 18:33:35 +0000 |
commit | df328f7190a591312457624513c1c56a983a3e16 (patch) | |
tree | 38423d17f7f3c5e5613fb3c370da6d0dab54044c /share | |
parent | 18c56a789768c343583feca6aa27e36c4b1add6d (diff) |
Add MODGNOME_ICON_CACHE and MODXFCE_ICON_CACHE.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/port-modules.5 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 8123d7d0957..80a02b07b1e 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.108 2011/11/17 23:49:46 sthen Exp $ +.\" $OpenBSD: port-modules.5,v 1.109 2011/12/03 18:33:34 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: November 17 2011 $ +.Dd $Mdocdate: December 3 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -621,8 +621,8 @@ If both GNOME_PROJECT and GNOME_VERSION are set, this module defines DISTNAME, VERSION, MASTER_SITES, adds x11/gnome to CATEGORIES and EXTRACT_SUFX will default to .tar.xz if unset. Also unconditionally sets USE_GMAKE. -If MODGNOME_DESKTOP_FILE=Yes, a dependency on -.Pa devel/desktop-file-utils +If MODGNOME_ICON_CACHE=Yes, a dependency on +.Pa x11/gtk+2,-guic is appended to MODGNOME_RUN_DEPENDS. Unless NO_BUILD=Yes, CONFIGURE_SHARED is appended to CONFIGURE_ARGS, CPPFLAGS="-I${LOCALBASE}/include" and LDFLAGS="-L${LOCALBASE}/lib" are @@ -664,8 +664,8 @@ Note the MODTCL_WISH_ADJ shell fragment in the lang/tcl module. .It x11/xfce4 Sets DIST_SUBDIR, EXTRACT_SUFX, CONFIGURE_STYLE, CONFIGURE_ENV and USE_GMAKE. -If MODXFCE_DESKTOP_FILE is set to yes, it adds -.Pa devel/desktop-file-utils +If MODXFCE_ICON_CACHE is set to yes, it adds +.Pa x11/gtk+2,-guic to RUN_DEPENDS. Unless XFCE_NO_SRC is set, USE_LIBTOOL is set to yes and .Pa devel/gettext |