pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc GConf2 -> GConf.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/730af5c6fa00
branches:  trunk
changeset: 533712:730af5c6fa00
user:      hira <hira%pkgsrc.org@localhost>
date:      Tue Sep 25 10:16:08 2007 +0000

description:
GConf2 -> GConf.
gnome-vfs2 -> gnome-vfs.

diffstat:

 editors/tea/options.mk      |  6 +++---
 misc/openoffice2/options.mk |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 69dcfc191d10 -r 730af5c6fa00 editors/tea/options.mk
--- a/editors/tea/options.mk    Tue Sep 25 10:07:06 2007 +0000
+++ b/editors/tea/options.mk    Tue Sep 25 10:16:08 2007 +0000
@@ -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 @@
 # --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 -r 69dcfc191d10 -r 730af5c6fa00 misc/openoffice2/options.mk
--- a/misc/openoffice2/options.mk       Tue Sep 25 10:07:06 2007 +0000
+++ b/misc/openoffice2/options.mk       Tue Sep 25 10:16:08 2007 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index