diff options
author | tron <tron@pkgsrc.org> | 2007-08-06 16:14:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-08-06 16:14:42 +0000 |
commit | 93555523398670ad3446ec8d3129d6b1b75e68bc (patch) | |
tree | 1f54d8712665aef9be967935a918484a7b2f985b /meta-pkgs | |
parent | 90c7fed24b9b1a06132492fbb4b63bfa352b96f2 (diff) | |
download | pkgsrc-93555523398670ad3446ec8d3129d6b1b75e68bc.tar.gz |
Add dependence on "xdm" package, set version number to 1.3.
Approved by Joerg Sonnenberger.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 90548a65afa..b2941529a83 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/06/19 14:59:55 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2007/08/06 16:14:42 tron Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.2 +PKGNAME= modular-xorg-apps-1.3 CATEGORIES= meta-pkgs x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ DISTFILES= # empty @@ -28,6 +28,7 @@ DEPENDS+= xauth-[0-9]*:../../x11/xauth DEPENDS+= xcalc-[0-9]*:../../x11/xcalc DEPENDS+= xclock-[0-9]*:../../x11/xclock DEPENDS+= xconsole-[0-9]*:../../x11/xconsole +DEPENDS+= xdm-[0-9]*:../../x11/xdm DEPENDS+= xdpyinfo-[0-9]*:../../x11/xdpyinfo DEPENDS+= xev-[0-9]*:../../x11/xev DEPENDS+= xeyes-[0-9]*:../../x11/xeyes |