diff options
author | youri <youri@pkgsrc.org> | 2016-06-09 09:50:27 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-09 09:50:27 +0000 |
commit | ad6cb83e6e8fc005a6a3884132385a9673b772b6 (patch) | |
tree | ed7a1d51c73adf5f42385621ae8a416d9644ac70 /meta-pkgs | |
parent | 03ca167ff98b38c55824844ed41f2d6fed1d46d9 (diff) | |
download | pkgsrc-ad6cb83e6e8fc005a6a3884132385a9673b772b6.tar.gz |
Add xfce4-calculator-plugin.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4-extras/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile index 494f4920d04..64e309fe920 100644 --- a/meta-pkgs/xfce4-extras/Makefile +++ b/meta-pkgs/xfce4-extras/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2016/06/09 09:43:03 youri Exp $ +# $NetBSD: Makefile,v 1.66 2016/06/09 09:51:11 youri Exp $ META_PACKAGE= yes @@ -20,6 +20,7 @@ DEPENDS+= xfce4-cpugraph-plugin>=1.0.5:../../sysutils/xfce4-cpugraph-plugin DEPENDS+= xfce4-wavelan-plugin>=0.5.11:../../net/xfce4-wavelan-plugin DEPENDS+= xfce4-battery-plugin>=1.0.5:../../sysutils/xfce4-battery-plugin +DEPENDS+= xfce4-calculator-plugin>=0.5.2:../../misc/xfce4-calculator-plugin DEPENDS+= xfce4-clipman-plugin>=1.2.6:../../x11/xfce4-clipman-plugin DEPENDS+= xfce4-datetime-plugin>=0.6.2:../../time/xfce4-datetime-plugin DEPENDS+= xfce4-dict>=0.7.1:../../textproc/xfce4-dict diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 26ce27ce4c7..117bf4977b4 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.59 2016/06/09 09:42:06 youri Exp $ +# $NetBSD: Makefile.common,v 1.60 2016/06/09 09:50:27 youri Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by audio/xfce4-mixer/Makefile @@ -10,6 +10,7 @@ # used by editors/xfce4-mousepad/Makefile # used by mail/xfce4-mailwatch-plugin/Makefile # used by meta-pkgs/xfce4-extras/Makefile +# used by misc/xfce4-calculator-plugin/Makefile # used by misc/xfce4-smartbookmark-plugin/Makefile # used by misc/xfce4-time-out-plugin/Makefile # used by misc/xfce4-weather-plugin/Makefile |