diff options
author | reinoud <reinoud@pkgsrc.org> | 2009-11-05 20:15:40 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2009-11-05 20:15:40 +0000 |
commit | d569eb12c1a14e994bf9e28b4658ce7b1cc9f769 (patch) | |
tree | deeda5574ceabdc30a4a5e27ac748984676674ab /meta-pkgs | |
parent | 5863baada7d590e76cc8269b04f1eb4ea2e21f2c (diff) | |
download | pkgsrc-d569eb12c1a14e994bf9e28b4658ce7b1cc9f769.tar.gz |
Update sysutils/xfce4-volman to 0.2.0nb2 and add it to the xfce4 meta package
also adding the implicit package xfce4-thunar. This explains why i couldn't
find the xfce4 mounts as specified by pkg/40934.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 28721366fda..39881451832 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/09/16 01:15:33 reed Exp $ +# $NetBSD: Makefile,v 1.39 2009/11/05 20:15:40 reinoud Exp $ META_PACKAGE= yes @@ -14,6 +14,8 @@ COMMENT= Xfce .include "../../graphics/xfce4-icon-theme/buildlink3.mk" .include "../../print/xfce4-print/buildlink3.mk" .include "../../sysutils/xfce4-appfinder/buildlink3.mk" +.include "../../sysutils/xfce4-thunar/buildlink3.mk" +.include "../../sysutils/xfce4-volman/buildlink3.mk" .include "../../sysutils/xfce4-xarchiver/buildlink3.mk" .include "../../time/xfce4-orage/buildlink3.mk" .include "../../wm/xfce4-wm-themes/buildlink3.mk" |