summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-05-19 12:31:58 +0000
committerryoon <ryoon@pkgsrc.org>2013-05-19 12:31:58 +0000
commitbb78a5227a548cdeba53fde6a8dcb72215446f31 (patch)
treedc0be9129b34fc0125baa1f39e8a76d0a33ce8b4
parent758032a19ecbf36167cebe97f0b61e941d924423 (diff)
downloadpkgsrc-bb78a5227a548cdeba53fde6a8dcb72215446f31.tar.gz
Fix gnome option.
This is related to PR pkg/47801. But devel/xulrunner is broken now.
-rw-r--r--www/firefox/PLIST4
-rw-r--r--www/firefox/options.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST
index b58e799df59..76663c42354 100644
--- a/www/firefox/PLIST
+++ b/www/firefox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.63 2013/05/19 08:50:24 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.64 2013/05/19 12:31:58 ryoon Exp $
bin/firefox
include/firefox/AbstractMediaDecoder.h
include/firefox/AccEvent.h
@@ -4405,7 +4405,9 @@ lib/firefox/components/contentSecurityPolicy.js
lib/firefox/components/crypto-SDR.js
lib/firefox/components/interfaces.xpt
lib/firefox/components/jsconsole-clhandler.js
+${PLIST.gnome}lib/firefox/components/libdbusservice.so
lib/firefox/components/libmozgnome.so
+${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
lib/firefox/components/messageWakeupService.js
lib/firefox/components/nsBadCertHandler.js
lib/firefox/components/nsBlocklistService.js
diff --git a/www/firefox/options.mk b/www/firefox/options.mk
index 9191d5d5a0c..7452f850efb 100644
--- a/www/firefox/options.mk
+++ b/www/firefox/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2013/05/19 08:50:24 ryoon Exp $
+# $NetBSD: options.mk,v 1.12 2013/05/19 12:31:58 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
PKG_SUPPORTED_OPTIONS= official-mozilla-branding
@@ -19,7 +19,7 @@ PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc
.include "../../sysutils/libnotify/buildlink3.mk"
CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus --enable-gnomeui
CONFIGURE_ARGS+= --enable-libnotify
-CONFIGURE_ARGS+= --enable-extensions
+CONFIGURE_ARGS+= --enable-extensions=gnomevfs
PLIST.gnome= yes
.else
CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus --disable-gnomeui