diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-04 18:03:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-04 18:03:48 +0000 |
commit | b3b749c80c159c634913e49c157bcc4aceaead89 (patch) | |
tree | a4c91b59381faf513d5ad4d666ac8a0419a4f70a /meta-pkgs | |
parent | 922b353f88c5091aa7c675390a04d75d19e59e6a (diff) | |
download | pkgsrc-b3b749c80c159c634913e49c157bcc4aceaead89.tar.gz |
Add a few, bump version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-protos/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-protos/Makefile b/meta-pkgs/modular-xorg-protos/Makefile index 4029e699e0e..f61859d8664 100644 --- a/meta-pkgs/modular-xorg-protos/Makefile +++ b/meta-pkgs/modular-xorg-protos/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2013/07/29 21:11:51 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/09/04 18:03:48 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-protos-1.3 +PKGNAME= modular-xorg-protos-1.4 CATEGORIES= meta-pkgs x11 MASTER_SITES= # empty DISTFILES= # empty @@ -17,6 +17,7 @@ META_PACKAGE= yes .if ${OPSYS} == "Darwin" DEPENDS+= applewmproto-[0-9]*:../../wm/applewmproto .endif +DEPENDS+= bigreqsproto-[0-9]*:../../x11/bigreqsproto DEPENDS+= compositeproto-[0-9]*:../../x11/compositeproto DEPENDS+= damageproto-[0-9]*:../../x11/damageproto DEPENDS+= dri2proto-[0-9]*:../../x11/dri2proto @@ -26,9 +27,13 @@ DEPENDS+= glproto-[0-9]*:../../x11/glproto DEPENDS+= inputproto-[0-9]*:../../x11/inputproto DEPENDS+= kbproto-[0-9]*:../../x11/kbproto DEPENDS+= randrproto-[0-9]*:../../x11/randrproto +DEPENDS+= recordproto-[0-9]*:../../x11/recordproto DEPENDS+= renderproto-[0-9]*:../../x11/renderproto +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+= xcmiscproto-[0-9]*:../../x11/xcmiscproto DEPENDS+= xextproto-[0-9]*:../../x11/xextproto DEPENDS+= xf86driproto-[0-9]*:../../x11/xf86driproto DEPENDS+= xf86vidmodeproto-[0-9]*:../../x11/xf86vidmodeproto |