diff options
author | simonb <simonb@pkgsrc.org> | 2007-09-14 00:30:11 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2007-09-14 00:30:11 +0000 |
commit | 118d9a21564584cd4426e771c52bbbfe29a64d11 (patch) | |
tree | 1970b009b852a7ba73d76a420c59eb76458848bb /meta-pkgs | |
parent | a942537b3943a25b1d15d9c9464fc107a52462da (diff) | |
download | pkgsrc-118d9a21564584cd4426e771c52bbbfe29a64d11.tar.gz |
Add xlsclients.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 4d071db21b0..c484677b8af 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/09/03 04:49:42 dogcow Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/14 00:30:11 simonb Exp $ DISTNAME= # empty PKGNAME= modular-xorg-apps-1.4 @@ -39,6 +39,7 @@ DEPENDS+= xinit-[0-9]*:../../x11/xinit DEPENDS+= xkill-[0-9]*:../../x11/xkill DEPENDS+= xload-[0-9]*:../../x11/xload DEPENDS+= xlogo-[0-9]*:../../x11/xlogo +DEPENDS+= xlsclients-[0-9]*:../../x11/xlsclients DEPENDS+= xmag-[0-9]*:../../x11/xmag DEPENDS+= xman-[0-9]*:../../x11/xman DEPENDS+= xmessage-[0-9]*:../../x11/xmessage |