diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-29 11:50:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-29 11:50:32 +0000 |
commit | 480cfbcd751407f36644ff2343a6c7dccdd88e08 (patch) | |
tree | 4ed1bf5716108f70428483647b69c07c69ea2333 /www/firefox | |
parent | 2bb86b10e3e4268f287ec8a8594b25ff1ffb97e2 (diff) | |
download | pkgsrc-480cfbcd751407f36644ff2343a6c7dccdd88e08.tar.gz |
PLIST fix for previous
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/PLIST | 4 | ||||
-rw-r--r-- | www/firefox/options.mk | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST index aa138e67220..7c6eeaba529 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.35 2009/08/09 23:05:42 tnn Exp $ +@comment $NetBSD: PLIST,v 1.36 2009/08/29 11:50:32 tnn Exp $ bin/firefox include/firefox/stable/base64.h include/firefox/stable/blapit.h @@ -609,7 +609,9 @@ lib/firefox/components/fuelApplication.js lib/firefox/components/jsconsole-clhandler.js lib/firefox/components/libbrowsercomps.so lib/firefox/components/libbrowserdirprovider.so +${PLIST.gnome}lib/firefox/components/libdbusservice.so lib/firefox/components/libimgicon.so +${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so lib/firefox/components/nsAddonRepository.js lib/firefox/components/nsBadCertHandler.js lib/firefox/components/nsBlocklistService.js diff --git a/www/firefox/options.mk b/www/firefox/options.mk index a4cce5aa11c..b78195a64db 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.3 2009/08/29 10:34:37 tnn Exp $ +# $NetBSD: options.mk,v 1.4 2009/08/29 11:50:32 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= debug official-mozilla-branding mozilla-jemalloc gnome PKG_SUGGESTED_OPTIONS+= gnome -PLIST_VARS+= branding +PLIST_VARS+= branding gnome .if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc @@ -21,6 +21,7 @@ PKG_SUGGESTED_OPTIONS+= mozilla-jit .if !empty(PKG_OPTIONS:Mgnome) .include "../../sysutils/gnome-vfs/buildlink3.mk" CONFIGURE_ARGS+= --enable-gnomevfs --enable-dbus +PLIST.gnome= yes .else CONFIGURE_ARGS+= --disable-gnomevfs --disable-dbus .endif |