diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-10 08:48:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-10 08:48:43 +0000 |
commit | 00654b5799fede73e93ea7eb7b42348008038105 (patch) | |
tree | d3dc5a02a31a3512b005eb050259c92e62b0fdb3 /meta-pkgs/modular-xorg-apps | |
parent | 36b04760f7036d6ea88763375aaa998f79482674 (diff) | |
download | pkgsrc-00654b5799fede73e93ea7eb7b42348008038105.tar.gz |
Fix location for xwd.
Diffstat (limited to 'meta-pkgs/modular-xorg-apps')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index f22f8a33df4..3cfbcadd2b6 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/06/09 18:36:36 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/06/10 08:48:43 joerg Exp $ DISTNAME= # empty PKGNAME= modular-xorg-apps-1.1 @@ -55,7 +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+= xwd-[0-9]*:../../x11/xwd DEPENDS+= xwud-[0-9]*:../../x11/xwud NO_BUILD= yes |