diff options
Diffstat (limited to 'misc/openoffice2/options.mk')
-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 23a10522e9f..148e4fcccec 100644 --- a/misc/openoffice2/options.mk +++ b/misc/openoffice2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.27 2010/10/20 20:26:31 wiz Exp $ +# $NetBSD: options.mk,v 1.28 2010/12/02 07:35:05 dholland Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice2 PKG_SUPPORTED_OPTIONS= cups gnome gtk2 kde nas ooo-external-libwpd # xulrunner @@ -67,6 +67,7 @@ CONFIGURE_ARGS+= --disable-gnome-vfs --disable-evolution2 .if !empty(PKG_OPTIONS:Mgtk2) CONFIGURE_ARGS+= --enable-gtk +.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .else CONFIGURE_ARGS+= --disable-gtk |