pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox libgnome is also needed for the gnome opti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/427cec666842
branches:  trunk
changeset: 398410:427cec666842
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Aug 30 01:14:49 2009 +0000

description:
libgnome is also needed for the gnome option to do anything.

diffstat:

 www/firefox/PLIST      |  3 ++-
 www/firefox/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 674b176962e0 -r 427cec666842 www/firefox/PLIST
--- a/www/firefox/PLIST Sun Aug 30 01:12:05 2009 +0000
+++ b/www/firefox/PLIST Sun Aug 30 01:14:49 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2009/08/29 11:50:32 tnn Exp $
+@comment $NetBSD: PLIST,v 1.37 2009/08/30 01:14:49 markd Exp $
 bin/firefox
 include/firefox/stable/base64.h
 include/firefox/stable/blapit.h
@@ -611,6 +611,7 @@
 lib/firefox/components/libbrowserdirprovider.so
 ${PLIST.gnome}lib/firefox/components/libdbusservice.so
 lib/firefox/components/libimgicon.so
+${PLIST.gnome}lib/firefox/components/libmozgnome.so
 ${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
 lib/firefox/components/nsAddonRepository.js
 lib/firefox/components/nsBadCertHandler.js
diff -r 674b176962e0 -r 427cec666842 www/firefox/options.mk
--- a/www/firefox/options.mk    Sun Aug 30 01:12:05 2009 +0000
+++ b/www/firefox/options.mk    Sun Aug 30 01:14:49 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2009/08/29 15:47:58 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2009/08/30 01:14:50 markd Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 PKG_SUPPORTED_OPTIONS= debug official-mozilla-branding mozilla-jemalloc gnome
@@ -18,6 +18,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgnome)
+.include "../../devel/libgnome/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-gnomevfs --enable-dbus
 PLIST.gnome=           yes



Home | Main Index | Thread Index | Old Index