diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-04-15 12:36:23 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-04-15 12:36:23 +0000 |
commit | 24f2f7e5f6275d8ed05fedb1d296e2c00aeb2c85 (patch) | |
tree | b4d9e84c330330cdeba5fea1a2f26298f9241291 /www/firefox | |
parent | 6bd158edf59b1f0d71c13c7cf58e60edbd8e7290 (diff) | |
download | pkgsrc-24f2f7e5f6275d8ed05fedb1d296e2c00aeb2c85.tar.gz |
Use gio instead of gnomevfs option.
From hiramatsu@. Thank you.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index 54cad22c373..49b6f77f376 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -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 @@ CONFIGURE_ARGS+= --disable-alsa .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 |