diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-18 09:44:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-18 09:44:29 +0000 |
commit | cec14b1166c2f4f781b92de5fba5e3d4466a284a (patch) | |
tree | b1e012b976f6e058d19a4fa7cbadbe96ac5740ae /meta-pkgs | |
parent | f590bf6150cd8982c03375f3963ea72ae6738102 (diff) | |
download | pkgsrc-cec14b1166c2f4f781b92de5fba5e3d4466a284a.tar.gz |
+ xscope. Bump version.
Diffstat (limited to 'meta-pkgs')
-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 18396a29f85..af82ea33cdd 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2012/08/24 15:21:20 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/18 09:44:29 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.8 +PKGNAME= modular-xorg-apps-1.9 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} DISTFILES= # empty @@ -59,6 +59,7 @@ DEPENDS+= xprop-[0-9]*:../../x11/xprop DEPENDS+= xrandr-[0-9]*:../../x11/xrandr DEPENDS+= xrdb-[0-9]*:../../x11/xrdb DEPENDS+= xrefresh-[0-9]*:../../x11/xrefresh +DEPENDS+= xscope-[0-9]*:../../x11/xscope DEPENDS+= xset-[0-9]*:../../x11/xset DEPENDS+= xsetmode-[0-9]*:../../x11/xsetmode DEPENDS+= xsetpointer-[0-9]*:../../x11/xsetpointer |