diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-06 09:43:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-06 09:43:14 +0000 |
commit | 6ee4f169f1019eae2eda33e388cf684aaca62cf7 (patch) | |
tree | 49b46ec94c82122e389c2a5a3c6a3a63c9091c25 /meta-pkgs | |
parent | 8d82affe41eee0db7e0d2514321122a2bd9cca5a (diff) | |
download | pkgsrc-6ee4f169f1019eae2eda33e388cf684aaca62cf7.tar.gz |
Add 4 more, bump version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 23571837fb5..9faeda09323 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2012/06/06 07:14:10 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2012/06/06 09:43:14 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.6 +PKGNAME= modular-xorg-apps-1.7 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} DISTFILES= # empty @@ -24,6 +24,7 @@ DEPENDS+= listres-[0-9]*:../../x11/listres DEPENDS+= luit-[0-9]*:../../x11/luit DEPENDS+= setxkbmap-[0-9]*:../../x11/setxkbmap DEPENDS+= transset-[0-9]*:../../x11/transset +DEPENDS+= viewres-[0-9]*:../../x11/viewres DEPENDS+= x11perf-[0-9]*:../../x11/x11perf DEPENDS+= xauth-[0-9]*:../../x11/xauth DEPENDS+= xbacklight-[0-9]*:../../x11/xbacklight @@ -38,6 +39,9 @@ DEPENDS+= xfontsel-[0-9]*:../../x11/xfontsel DEPENDS+= xgamma-[0-9]*:../../x11/xgamma DEPENDS+= xhost-[0-9]*:../../x11/xhost DEPENDS+= xinit-[0-9]*:../../x11/xinit +DEPENDS+= xkbevd-[0-9]*:../../x11/xkbevd +DEPENDS+= xkbprint-[0-9]*:../../x11/xkbprint +DEPENDS+= xkbutils-[0-9]*:../../x11/xkbutils DEPENDS+= xkill-[0-9]*:../../x11/xkill DEPENDS+= xload-[0-9]*:../../x11/xload DEPENDS+= xlogo-[0-9]*:../../x11/xlogo |