summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 10:16:08 +0000
committerhira <hira@pkgsrc.org>2007-09-25 10:16:08 +0000
commit43c4cd6a21bf04109ab0ce770974502765a3bcf7 (patch)
tree5c172d70a0729a8c91b6da36a059060b67e6e61e /misc
parent8e2707af3fc6e1d05d10fe816eb792d9cb79c10e (diff)
downloadpkgsrc-43c4cd6a21bf04109ab0ce770974502765a3bcf7.tar.gz
GConf2 -> GConf.
gnome-vfs2 -> gnome-vfs.
Diffstat (limited to 'misc')
-rw-r--r--misc/openoffice2/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/openoffice2/options.mk b/misc/openoffice2/options.mk
index 76813d3267e..7e0e4edee60 100644
--- a/misc/openoffice2/options.mk
+++ b/misc/openoffice2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2007/04/21 05:40:27 hira Exp $
+# $NetBSD: options.mk,v 1.10 2007/09/25 10:16:08 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openoffice2
PKG_SUPPORTED_OPTIONS= cups gnome gtk2 kde
@@ -54,9 +54,9 @@ CONFIGURE_ARGS+= --disable-cups
.if !empty(PKG_OPTIONS:Mgnome)
CONFIGURE_ARGS+= --enable-gnome-vfs --enable-evolution2
-.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/GConf/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-gnome-vfs --disable-evolution2
.endif