diff options
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 9ed4f14e919..3dc79deca24 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.56 2015/07/31 08:41:45 youri Exp $ +# $NetBSD: Makefile.common,v 1.57 2015/07/31 09:03:36 youri Exp $ # # used by archivers/xfce4-thunar-archive/Makefile # used by audio/xfce4-mixer/Makefile @@ -22,6 +22,7 @@ # used by sysutils/xfce4-diskperf-plugin/Makefile # used by sysutils/xfce4-fsguard-plugin/Makefile # used by sysutils/xfce4-genmon-plugin/Makefile +# 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-quicklauncher-plugin/Makefile diff --git a/sysutils/Makefile b/sysutils/Makefile index 8fa82f80c2e..706be7a5142 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.636 2015/07/09 10:28:46 bouyer Exp $ +# $NetBSD: Makefile,v 1.637 2015/07/31 09:03:29 youri Exp $ # COMMENT= System utilities @@ -606,6 +606,7 @@ SUBDIR+= xfce4-cpugraph-plugin SUBDIR+= xfce4-diskperf-plugin SUBDIR+= xfce4-fsguard-plugin SUBDIR+= xfce4-genmon-plugin +SUBDIR+= xfce4-gvfs-mount-plugin SUBDIR+= xfce4-mount-plugin SUBDIR+= xfce4-netload-plugin SUBDIR+= xfce4-quicklauncher-plugin |