diff options
author | wiz <wiz> | 2012-06-06 07:47:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-06 07:47:22 +0000 |
commit | 3b4ddad6a8e589339e4ddc808890fb6ebb44dc4c (patch) | |
tree | 4d62e6756d0894e2ae34ad6a200219acc3f64faf /meta-pkgs | |
parent | b46d4a4d1c04321c5722dda247862aaf97131611 (diff) | |
download | pkgsrc-3b4ddad6a8e589339e4ddc808890fb6ebb44dc4c.tar.gz |
Add misc/xorg-docs (directly, until there are enough packages for a
modular-xorg-docs meta package). Bump version.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg/Makefile b/meta-pkgs/modular-xorg/Makefile index cd50f4f4f88..c4eac068a58 100644 --- a/meta-pkgs/modular-xorg/Makefile +++ b/meta-pkgs/modular-xorg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/26 23:27:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/06 07:47:22 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-1.0 +PKGNAME= modular-xorg-1.1 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=/} DISTFILES= # empty @@ -17,5 +17,6 @@ DEPENDS+= modular-xorg-drivers>=1.4:../../meta-pkgs/modular-xorg-drivers DEPENDS+= modular-xorg-apps>=1.5:../../meta-pkgs/modular-xorg-apps DEPENDS+= modular-xorg-fonts>=1.1:../../meta-pkgs/modular-xorg-fonts DEPENDS+= modular-xorg-server>=1.6.5:../../x11/modular-xorg-server +DEPENDS+= xorg-docs-[0-9]*:../../misc/xorg-docs .include "../../mk/bsd.pkg.mk" |