diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-03-29 20:32:33 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-03-29 20:32:33 +0000 |
commit | 3c4628426aaf8c71ed6eb318bc4cf586a3232f24 (patch) | |
tree | f08fdb5ae926f504254cb76b0aed719976aa24a4 | |
parent | 82ab4ed2018f694eae6406e91e2d62b2bc79d26b (diff) | |
download | pkgsrc-3c4628426aaf8c71ed6eb318bc4cf586a3232f24.tar.gz |
Fix PLIST for gnome option.
Thank you, Mark Davies.
-rw-r--r-- | devel/xulrunner/PLIST | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST index 944bbd7b8d7..dd479d87865 100644 --- a/devel/xulrunner/PLIST +++ b/devel/xulrunner/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.39 2012/03/15 08:30:06 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.40 2012/03/29 20:32:34 ryoon Exp $ bin/xulrunner include/xulrunner/AtkSocketAccessible.h include/xulrunner/BasicLayers.h @@ -4290,4 +4290,7 @@ include/xulrunner/snappy/snappy-c.h include/xulrunner/snappy/snappy-stubs-public.h include/xulrunner/snappy/snappy.h include/xulrunner/thread_helper.h - +${PLIST.gnome}lib/xulrunner/components/components.manifest +${PLIST.gnome}lib/xulrunner/components/libdbusservice.so +${PLIST.gnome}lib/xulrunner/components/libmozgnome.so +${PLIST.gnome}lib/xulrunner/components/libnkgnomevfs.so |