diff options
author | dholland <dholland> | 2010-12-02 07:35:05 +0000 |
---|---|---|
committer | dholland <dholland> | 2010-12-02 07:35:05 +0000 |
commit | 365f71403a205d31ae6f8d1f524f37917c2b7f87 (patch) | |
tree | aa12baaaf0741fcd8a2908cc6e8544e42ef8160c /misc | |
parent | bb22110a3dd6f267989adff2d04e9e3de8627bda (diff) | |
download | pkgsrc-365f71403a205d31ae6f8d1f524f37917c2b7f87.tar.gz |
Requires gdk-pixbuf2-xlib for gtk plugin. From PR 44178.
Diffstat (limited to 'misc')
-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 |