diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-05 16:41:05 +0000 |
commit | 84aefdbffca035422254247224172afbdcd7a665 (patch) | |
tree | 2480e460ff161850b9fccffc99831a1bbe1baf7e /meta-pkgs | |
parent | 97f9c28ac844a83561a162290640dd19e96db52b (diff) | |
download | pkgsrc-84aefdbffca035422254247224172afbdcd7a665.tar.gz |
Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 33 |
1 files changed, 28 insertions, 5 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index b66648c7923..e858ab46ead 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,24 +1,47 @@ -# $NetBSD: Makefile.common,v 1.45 2013/08/20 22:36:54 wiz Exp $ - +# $NetBSD: Makefile.common,v 1.46 2014/10/05 16:41:07 wiz Exp $ +# # used by audio/xfce4-mixer/Makefile +# used by audio/xfce4-xmms-plugin/Makefile # used by devel/xfce4-dev-tools/Makefile # used by devel/xfconf/Makefile # used by editors/xfce4-mousepad/Makefile # used by graphics/xfce4-icon-theme/Makefile +# used by meta-pkgs/xfce4-extras/Makefile +# used by misc/xfce4-weather-plugin/Makefile +# used by multimedia/xfce4-mpc-plugin/Makefile +# used by net/xfce4-wavelan-plugin/Makefile # used by print/xfce4-print/Makefile # used by sysutils/xfce4-appfinder/Makefile +# used by sysutils/xfce4-battery-plugin/Makefile +# used by sysutils/xfce4-cpugraph-plugin/Makefile +# 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-netload-plugin/Makefile +# used by sysutils/xfce4-quicklauncher-plugin/Makefile +# used by sysutils/xfce4-systemload-plugin/Makefile # used by sysutils/xfce4-thunar/Makefile +# used by sysutils/xfce4-volman/Makefile +# used by sysutils/xfce4-xarchiver/Makefile +# used by sysutils/xfce4-xkb-plugin/Makefile +# used by textproc/xfce4-dict-plugin/Makefile # used by time/xfce4-datetime-plugin/Makefile # used by time/xfce4-orage/Makefile +# used by time/xfce4-timer-plugin/Makefile # used by wm/xfce4-wm-themes/Makefile # used by wm/xfce4-wm/Makefile +# used by x11/libxfce4gui/Makefile +# used by x11/libxfce4menu/Makefile +# used by x11/libxfce4util/Makefile +# used by x11/xfce4-clipman-plugin/Makefile # used by x11/xfce4-desktop/Makefile # used by x11/xfce4-exo/Makefile +# used by x11/xfce4-eyes-plugin/Makefile # used by x11/xfce4-gtk2-engine/Makefile +# used by x11/xfce4-notes-plugin/Makefile # used by x11/xfce4-panel/Makefile -# used by x11/libxfce4gui/Makefile -# used by x11/libxfce4menu/Makefile -# used by x11/libxfce4util/Makefile +# used by x11/xfce4-places-plugin/Makefile +# used by x11/xfce4-screenshooter-plugin/Makefile # used by x11/xfce4-session/Makefile # used by x11/xfce4-settings/Makefile # used by x11/xfce4-terminal/Makefile |