summaryrefslogtreecommitdiff
path: root/misc/openoffice3
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-11-17 10:15:53 +0000
committertnn <tnn@pkgsrc.org>2010-11-17 10:15:53 +0000
commite7e2e6f94887e08ac57387cd7597d511b1d48359 (patch)
treeea8d6c13c1c1ba06969c0d174e0c2b55503b8746 /misc/openoffice3
parent927d5c748ac31c8deb178bf0de727291f36105fe (diff)
downloadpkgsrc-e7e2e6f94887e08ac57387cd7597d511b1d48359.tar.gz
committed previous from the wrong tree, we should only bl3 gdk-pixbuf2-xlib
if the gtk2 option is enabled.
Diffstat (limited to 'misc/openoffice3')
-rw-r--r--misc/openoffice3/Makefile3
-rw-r--r--misc/openoffice3/options.mk3
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile
index f49a561cdf4..688fc6eb96e 100644
--- a/misc/openoffice3/Makefile
+++ b/misc/openoffice3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2010/11/17 10:13:47 tnn Exp $
+# $NetBSD: Makefile,v 1.48 2010/11/17 10:15:53 tnn Exp $
OO_VER= 3.1.1
OO_TAG= OOO310_m19
@@ -201,7 +201,6 @@ post-install:
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../lang/python/application.mk"
diff --git a/misc/openoffice3/options.mk b/misc/openoffice3/options.mk
index 89592ef13e1..8985a15eb6b 100644
--- a/misc/openoffice3/options.mk
+++ b/misc/openoffice3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2010/03/16 15:58:54 tnn Exp $
+# $NetBSD: options.mk,v 1.22 2010/11/17 10:15:53 tnn Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice3
@@ -84,6 +84,7 @@ CONFIGURE_ARGS+= --disable-gnome-vfs --disable-evolution2 --disable-gconf
.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