diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-01 20:43:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-01 20:43:36 +0000 |
commit | 7d7ea8ef4c4f24e7628c5ee31d0df74fb7235fcb (patch) | |
tree | 067502958c912600a0792cbc39b423b994a6a90c | |
parent | eba22856a28d4fe0d96e7bc3eb514bbe5760cbc0 (diff) | |
download | pkgsrc-7d7ea8ef4c4f24e7628c5ee31d0df74fb7235fcb.tar.gz |
Add dri3proto and presentproto.
Bump version.
-rw-r--r-- | meta-pkgs/modular-xorg-protos/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-protos/Makefile b/meta-pkgs/modular-xorg-protos/Makefile index c0dc8d63c2e..c6dcc2f1c4d 100644 --- a/meta-pkgs/modular-xorg-protos/Makefile +++ b/meta-pkgs/modular-xorg-protos/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/09/10 08:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/11/01 20:43:36 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-protos-1.4 +PKGNAME= modular-xorg-protos-1.5 CATEGORIES= meta-pkgs x11 MASTER_SITES= # empty DISTFILES= # empty @@ -22,11 +22,13 @@ DEPENDS+= bigreqsproto-[0-9]*:../../x11/bigreqsproto DEPENDS+= compositeproto-[0-9]*:../../x11/compositeproto DEPENDS+= damageproto-[0-9]*:../../x11/damageproto DEPENDS+= dri2proto-[0-9]*:../../x11/dri2proto +DEPENDS+= dri3proto-[0-9]*:../../x11/dri3proto DEPENDS+= fixesproto-[0-9]*:../../x11/fixesproto DEPENDS+= fontsproto-[0-9]*:../../x11/fontsproto DEPENDS+= glproto-[0-9]*:../../x11/glproto DEPENDS+= inputproto-[0-9]*:../../x11/inputproto DEPENDS+= kbproto-[0-9]*:../../x11/kbproto +DEPENDS+= presentproto-[0-9]*:../../x11/presentproto DEPENDS+= randrproto-[0-9]*:../../x11/randrproto DEPENDS+= recordproto-[0-9]*:../../x11/recordproto DEPENDS+= renderproto-[0-9]*:../../x11/renderproto |