summaryrefslogtreecommitdiff
path: root/meta-pkgs/modular-xorg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-21 21:06:03 +0000
committerwiz <wiz@pkgsrc.org>2014-05-21 21:06:03 +0000
commit3dba132a3884fd45e55e4fb1e4ae1a911348205b (patch)
treeb8c25714c879056b23b3a9fe4ed72b3f862fa12b /meta-pkgs/modular-xorg
parent110936132c1754a0aca54fad242139420615f8d2 (diff)
downloadpkgsrc-3dba132a3884fd45e55e4fb1e4ae1a911348205b.tar.gz
Add modular-xorg-utils dependency. Bump PKGREVISION.
Diffstat (limited to 'meta-pkgs/modular-xorg')
-rw-r--r--meta-pkgs/modular-xorg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/modular-xorg/Makefile b/meta-pkgs/modular-xorg/Makefile
index bc64488de4c..bd2fdaafec5 100644
--- a/meta-pkgs/modular-xorg/Makefile
+++ b/meta-pkgs/modular-xorg/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2013/09/10 08:43:29 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/05/21 21:06:03 wiz Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-1.12.4
+PKGREVISION= 1
CATEGORIES= meta-pkgs x11
MASTER_SITES= ${MASTER_SITE_XORG:=/}
DISTFILES= # empty
@@ -18,6 +19,7 @@ DEPENDS+= modular-xorg-drivers>=1.12:../../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.12.4:../../x11/modular-xorg-server
+DEPENDS+= modular-xorg-utils>=1.12.4:../../x11/modular-xorg-utils
DEPENDS+= xorg-docs-[0-9]*:../../misc/xorg-docs
.include "../../mk/bsd.pkg.mk"