diff options
author | wiz <wiz> | 2013-12-11 16:29:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-12-11 16:29:47 +0000 |
commit | f7756df1e8f68938e58edec2e96d37d313b6d39f (patch) | |
tree | 9a63b0c1021e793df648502557bc38083f039f74 /meta-pkgs | |
parent | e56366fe028b3a9ea8f560276fc9f31a3e9c27c9 (diff) | |
download | pkgsrc-f7756df1e8f68938e58edec2e96d37d313b6d39f.tar.gz |
Install xcb-proto as well. Bump version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-protos/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-protos/Makefile b/meta-pkgs/modular-xorg-protos/Makefile index c6dcc2f1c4d..5b9a86ade09 100644 --- a/meta-pkgs/modular-xorg-protos/Makefile +++ b/meta-pkgs/modular-xorg-protos/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2013/11/01 20:43:36 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/12/11 16:29:47 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-protos-1.5 +PKGNAME= modular-xorg-protos-1.6 CATEGORIES= meta-pkgs x11 MASTER_SITES= # empty DISTFILES= # empty @@ -36,6 +36,7 @@ DEPENDS+= resourceproto-[0-9]*:../../x11/resourceproto DEPENDS+= scrnsaverproto-[0-9]*:../../x11/scrnsaverproto DEPENDS+= videoproto-[0-9]*:../../x11/videoproto DEPENDS+= windowswmproto-[0-9]*:../../wm/windowswmproto +DEPENDS+= xcb-proto-[0-9]*:../../x11/xcb-proto DEPENDS+= xcmiscproto-[0-9]*:../../x11/xcmiscproto DEPENDS+= xextproto-[0-9]*:../../x11/xextproto DEPENDS+= xf86driproto-[0-9]*:../../x11/xf86driproto |