diff options
author | wiz <wiz> | 2010-10-20 20:26:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-10-20 20:26:29 +0000 |
commit | 0aba6fc7de2d6901fd396bdc304f0cd87bd56312 (patch) | |
tree | d15c5acd154bacd45ca738b822211e72dca089a0 /misc/openoffice2 | |
parent | 070a2a8aeb1844aff946537a61120b49a8059368 (diff) | |
download | pkgsrc-0aba6fc7de2d6901fd396bdc304f0cd87bd56312.tar.gz |
If installing icons to share/icons/gnome, depend on gnome-icon-theme.
Bump PKGREVISION.
Diffstat (limited to 'misc/openoffice2')
-rw-r--r-- | misc/openoffice2/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/openoffice2/options.mk b/misc/openoffice2/options.mk index da78069ef79..23a10522e9f 100644 --- a/misc/openoffice2/options.mk +++ b/misc/openoffice2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.26 2009/09/10 00:27:08 tnn Exp $ +# $NetBSD: options.mk,v 1.27 2010/10/20 20:26:31 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice2 PKG_SUPPORTED_OPTIONS= cups gnome gtk2 kde nas ooo-external-libwpd # xulrunner @@ -59,6 +59,7 @@ PLIST.gnome= yes CONFIGURE_ARGS+= --enable-gnome-vfs --enable-evolution2 .include "../../devel/GConf/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" +.include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../sysutils/gnome-vfs/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-gnome-vfs --disable-evolution2 |