summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-06 07:47:22 +0000
committerwiz <wiz@pkgsrc.org>2012-06-06 07:47:22 +0000
commit637ed2e74a703359a39cf9642ced8bdbe2fd8fa3 (patch)
tree4d62e6756d0894e2ae34ad6a200219acc3f64faf /meta-pkgs
parent9c534851c9f01444ea35d08a18fcfd7a35bdbcbf (diff)
downloadpkgsrc-637ed2e74a703359a39cf9642ced8bdbe2fd8fa3.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/Makefile5
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"