diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-24 15:21:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-24 15:21:20 +0000 |
commit | 198186d58d35403dfa9a766936e130496f97539e (patch) | |
tree | 7eea07a0c0de63db85ccc091c857f089795c1159 /meta-pkgs | |
parent | 14cd8f34061baa7ac909901251800c76f8a4fba9 (diff) | |
download | pkgsrc-198186d58d35403dfa9a766936e130496f97539e.tar.gz |
Add xcursorgen, now it's the xorg version. 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 9faeda09323..18396a29f85 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2012/06/06 09:43:14 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/08/24 15:21:20 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.7 +PKGNAME= modular-xorg-apps-1.8 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} DISTFILES= # empty @@ -31,6 +31,7 @@ DEPENDS+= xbacklight-[0-9]*:../../x11/xbacklight DEPENDS+= xcalc-[0-9]*:../../x11/xcalc DEPENDS+= xclock-[0-9]*:../../x11/xclock DEPENDS+= xconsole-[0-9]*:../../x11/xconsole +DEPENDS+= xcursorgen-[0-9]*:../../x11/xcursorgen DEPENDS+= xdm-[0-9]*:../../x11/xdm DEPENDS+= xdpyinfo-[0-9]*:../../x11/xdpyinfo DEPENDS+= xev-[0-9]*:../../x11/xev |