diff options
author | wiz <wiz> | 2012-06-06 07:14:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-06 07:14:10 +0000 |
commit | 16c706646963a2f5b752ad49f82a3c4d656543ef (patch) | |
tree | 41650daeb5613c9ad9033f5d097006ad00a71f52 /meta-pkgs/modular-xorg-apps | |
parent | c85ce51d349339fd8a2b189d8fa7fd2d37d7ca69 (diff) | |
download | pkgsrc-16c706646963a2f5b752ad49f82a3c4d656543ef.tar.gz |
+ transset, bump version
Diffstat (limited to 'meta-pkgs/modular-xorg-apps')
-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 50ef93f4a25..23571837fb5 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2011/10/04 21:04:26 shattered Exp $ +# $NetBSD: Makefile,v 1.14 2012/06/06 07:14:10 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.5 +PKGNAME= modular-xorg-apps-1.6 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} DISTFILES= # empty @@ -23,6 +23,7 @@ DEPENDS+= ico-[0-9]*:../../x11/ico 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+= x11perf-[0-9]*:../../x11/x11perf DEPENDS+= xauth-[0-9]*:../../x11/xauth DEPENDS+= xbacklight-[0-9]*:../../x11/xbacklight |