pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Use gio instead of gnomevfs option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b16cabff7ae3
branches:  trunk
changeset: 649989:b16cabff7ae3
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Apr 15 12:36:23 2015 +0000

description:
Use gio instead of gnomevfs option.
>From hiramatsu@. Thank you.

diffstat:

 www/firefox/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 66b2d21105be -r b16cabff7ae3 www/firefox/options.mk
--- a/www/firefox/options.mk    Wed Apr 15 11:29:03 2015 +0000
+++ b/www/firefox/options.mk    Wed Apr 15 12:36:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2014/08/13 22:33:16 joerg Exp $
+# $NetBSD: options.mk,v 1.25 2015/04/15 12:36:23 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -29,12 +29,12 @@
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-gnomevfs --enable-dbus --enable-gnomeui
+CONFIGURE_ARGS+=       --enable-gio --enable-dbus --enable-gnomeui
 CONFIGURE_ARGS+=       --enable-libnotify
-CONFIGURE_ARGS+=       --enable-extensions=gnomevfs
+CONFIGURE_ARGS+=       --enable-extensions=gio
 PLIST.gnome=           yes
 .else
-CONFIGURE_ARGS+=       --disable-gnomevfs --disable-dbus --disable-gnomeui
+CONFIGURE_ARGS+=       --disable-gio --disable-dbus --disable-gnomeui
 CONFIGURE_ARGS+=       --disable-libnotify
 .endif
 



Home | Main Index | Thread Index | Old Index