diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-09 18:36:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-09 18:36:36 +0000 |
commit | 7c2eed5ce799d61f89c2f9c25286d2842aacfa33 (patch) | |
tree | ad4961678790533ffb81fcb22d769e012b57e6dc | |
parent | 33b065d1873b1fab8ca55ed5d26343993d02067f (diff) | |
download | pkgsrc-7c2eed5ce799d61f89c2f9c25286d2842aacfa33.tar.gz |
Add forgotten dependency on xwd.
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index b8730cf5a37..f22f8a33df4 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/20 15:46:14 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/09 18:36:36 joerg Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.0 +PKGNAME= modular-xorg-apps-1.1 CATEGORIES= meta-pkgs x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ DISTFILES= # empty @@ -55,6 +55,7 @@ DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot DEPENDS+= xsm-[0-9]*:../../x11/xsm DEPENDS+= xvinfo-[0-9]*:../../x11/xvinfo DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo +DEPENDS+= xwd-[0-9]*:../../x11/xwud DEPENDS+= xwud-[0-9]*:../../x11/xwud NO_BUILD= yes |