diff options
author | rodent <rodent> | 2013-06-04 04:43:38 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-06-04 04:43:38 +0000 |
commit | 83837cc64522b114b06a970732d91ae2356f91cf (patch) | |
tree | ec5e1f3c57e286e323f3cbf403b81cfe03da4c92 /meta-pkgs | |
parent | 5e59faf1d7e22242d961ca67f31eab6f96bb850d (diff) | |
download | pkgsrc-83837cc64522b114b06a970732d91ae2356f91cf.tar.gz |
+xf86-video-suncg3 +xf86-video-suncg14 +xf86-video-sunffb; Bump PKGVERSION;
CATEGORIES+=-drivers (not a category);
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-drivers/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-pkgs/modular-xorg-drivers/Makefile b/meta-pkgs/modular-xorg-drivers/Makefile index c4b96fd577b..6bede1da07f 100644 --- a/meta-pkgs/modular-xorg-drivers/Makefile +++ b/meta-pkgs/modular-xorg-drivers/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/06/03 02:28:18 rodent Exp $ +# $NetBSD: Makefile,v 1.19 2013/06/04 04:43:38 rodent Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-drivers-1.13 -CATEGORIES= meta-pkgs drivers x11 +PKGNAME= modular-xorg-drivers-1.14 +CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} DISTFILES= # empty @@ -55,6 +55,9 @@ DEPENDS+= xf86-video-s3virge-[0-9]*:../../x11/xf86-video-s3virge DEPENDS+= xf86-video-savage-[0-9]*:../../x11/xf86-video-savage DEPENDS+= xf86-video-siliconmotion-[0-9]*:../../x11/xf86-video-siliconmotion DEPENDS+= xf86-video-sis-[0-9]*:../../x11/xf86-video-sis +DEPENDS+= xf86-video-suncg3-[0-9]*:../../x11/xf86-video-suncg3 +DEPENDS+= xf86-video-suncg14-[0-9]*:../../x11/xf86-video-suncg14 +DEPENDS+= xf86-video-sunffb-[0-9]*:../../x11/xf86-video-sunffb DEPENDS+= xf86-video-tdfx-[0-9]*:../../x11/xf86-video-tdfx DEPENDS+= xf86-video-tga-[0-9]*:../../x11/xf86-video-tga DEPENDS+= xf86-video-trident-[0-9]*:../../x11/xf86-video-trident |