diff options
-rw-r--r-- | meta-pkgs/xfce4-extras/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile index b51165c519f..494f4920d04 100644 --- a/meta-pkgs/xfce4-extras/Makefile +++ b/meta-pkgs/xfce4-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2015/07/26 14:01:42 youri Exp $ +# $NetBSD: Makefile,v 1.65 2016/06/09 09:43:03 youri Exp $ META_PACKAGE= yes @@ -26,6 +26,7 @@ DEPENDS+= xfce4-dict>=0.7.1:../../textproc/xfce4-dict DEPENDS+= xfce4-eyes-plugin>=4.4.3:../../x11/xfce4-eyes-plugin DEPENDS+= xfce4-fsguard-plugin>=1.0.1:../../sysutils/xfce4-fsguard-plugin DEPENDS+= xfce4-genmon-plugin>=3.4:../../sysutils/xfce4-genmon-plugin +DEPENDS+= xfce4-indicator-plugin>=2.3.3:../../x11/xfce4-indicator-plugin DEPENDS+= xfce4-mailwatch-plugin>=1.2.0:../../mail/xfce4-mailwatch-plugin DEPENDS+= xfce4-mixer>=4.10.0:../../audio/xfce4-mixer DEPENDS+= xfce4-mount-plugin>=0.6.7:../../sysutils/xfce4-mount-plugin diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 744803e40cf..26ce27ce4c7 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.58 2016/02/25 15:31:00 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.59 2016/06/09 09:42:06 youri Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by audio/xfce4-mixer/Makefile @@ -25,6 +25,7 @@ # used by sysutils/xfce4-gvfs-mount-plugin/Makefile # used by sysutils/xfce4-mount-plugin/Makefile # used by sysutils/xfce4-netload-plugin/Makefile +# used by sysutils/xfce4-power-manager/Makefile # used by sysutils/xfce4-quicklauncher-plugin/Makefile # used by sysutils/xfce4-systemload-plugin/Makefile # used by sysutils/xfce4-taskmanager/Makefile @@ -51,6 +52,7 @@ # used by x11/xfce4-garcon/Makefile # used by x11/xfce4-kbdleds-plugin/Makefile # used by x11/xfce4-gtk2-engine/Makefile +# used by x11/xfce4-indicator-plugin/Makefile # used by x11/xfce4-notes-plugin/Makefile # used by x11/xfce4-notifyd/Makefile # used by x11/xfce4-panel/Makefile |