diff options
author | ryoon <ryoon> | 2013-05-19 12:31:58 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-05-19 12:31:58 +0000 |
commit | e56e9d515d2991347d35567ce9415d13e8e86bb8 (patch) | |
tree | dc0be9129b34fc0125baa1f39e8a76d0a33ce8b4 /www/firefox | |
parent | b7e2211c6759a04f453ff6b9ac720fd4b853019b (diff) | |
download | pkgsrc-e56e9d515d2991347d35567ce9415d13e8e86bb8.tar.gz |
Fix gnome option.
This is related to PR pkg/47801.
But devel/xulrunner is broken now.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/PLIST | 4 | ||||
-rw-r--r-- | www/firefox/options.mk | 4 |
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 |