summaryrefslogtreecommitdiff
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
parent8e2707af3fc6e1d05d10fe816eb792d9cb79c10e (diff)
downloadpkgsrc-43c4cd6a21bf04109ab0ce770974502765a3bcf7.tar.gz
GConf2 -> GConf.
gnome-vfs2 -> gnome-vfs.
-rw-r--r--editors/tea/options.mk6
-rw-r--r--misc/openoffice2/options.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/tea/options.mk b/editors/tea/options.mk
index 3fe363feead..d81232ae0cf 100644
--- a/editors/tea/options.mk
+++ b/editors/tea/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/04/14 04:49:08 reed Exp $
+# $NetBSD: options.mk,v 1.2 2007/09/25 10:23:22 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tea
PKG_SUPPORTED_OPTIONS= aspell gtksourceview # enchant antiword
@@ -13,8 +13,8 @@ PKG_SUGGESTED_OPTIONS= # none enabled by default
# --enable-enchant disabled aspell so choose one or the other
.if !empty(PKG_OPTIONS:Mgtksourceview)
-.include "../../devel/GConf2/buildlink3.mk"
-.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../x11/gtksourceview/buildlink3.mk"
.else
CONFIGURE_ARGS+= --enable-legacy
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