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 | a2a899319d234a91c986bc4b7a1ad4ade855b9e5 (patch) | |
tree | 1970b009b852a7ba73d76a420c59eb76458848bb /meta-pkgs/modular-xorg-apps | |
parent | 8315843537bc7e6c7404badbc899c58aedc80c9d (diff) | |
download | pkgsrc-a2a899319d234a91c986bc4b7a1ad4ade855b9e5.tar.gz |
Add xlsclients.
Diffstat (limited to 'meta-pkgs/modular-xorg-apps')
-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 |