summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-pkgs/xfce4-extras/Makefile3
-rw-r--r--meta-pkgs/xfce4/Makefile.common3
-rw-r--r--misc/Makefile3
3 files changed, 6 insertions, 3 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
diff --git a/misc/Makefile b/misc/Makefile
index 2c602441ed3..82254754a2c 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.469 2016/05/26 08:55:07 markd Exp $
+# $NetBSD: Makefile,v 1.470 2016/06/09 09:51:36 youri Exp $
#
COMMENT= Miscellaneous utilities
@@ -351,6 +351,7 @@ SUBDIR+= whohas
SUBDIR+= window
SUBDIR+= xchm
SUBDIR+= xdg-utils
+SUBDIR+= xfce4-calculator-plugin
SUBDIR+= xfce4-smartbookmark-plugin
SUBDIR+= xfce4-time-out-plugin
SUBDIR+= xfce4-weather-plugin