summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2015-04-15 12:36:23 +0000
committerryoon <ryoon>2015-04-15 12:36:23 +0000
commitdd60a9429e495481a0206a846b8fedda65880134 (patch)
treeb4d9e84c330330cdeba5fea1a2f26298f9241291 /www
parent53ecb83c207338932af2509fa8419bbaed134884 (diff)
downloadpkgsrc-dd60a9429e495481a0206a846b8fedda65880134.tar.gz
Use gio instead of gnomevfs option.
From hiramatsu@. Thank you.
Diffstat (limited to 'www')
-rw-r--r--www/firefox/options.mk8
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