diff options
author | ghen <ghen@pkgsrc.org> | 2006-01-19 19:26:43 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-01-19 19:26:43 +0000 |
commit | c898914e943322fdb363e249ec5f693a5957e83a (patch) | |
tree | 1b07fc34bdf2058558fe5369dbc82c0a65024290 /meta-pkgs | |
parent | 24ef3147b56602ced74992b2a22556226727ed0e (diff) | |
download | pkgsrc-c898914e943322fdb363e249ec5f693a5957e83a.tar.gz |
xorg-clients doesn't provide xterm anymore, but many people expect it in
an X11 distribution, so make the meta-pkg pull it in. Bump PKGREVISION.
Ok by xtraeme and joerg.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xorg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-pkgs/xorg/Makefile b/meta-pkgs/xorg/Makefile index c394c0d4729..70a38be4e7d 100644 --- a/meta-pkgs/xorg/Makefile +++ b/meta-pkgs/xorg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/01/18 23:53:06 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2006/01/19 19:26:43 ghen Exp $ DISTNAME= # empty PKGNAME= xorg-${XORG_VER} +PKGREVISION= 1 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= # empty @@ -14,6 +15,7 @@ DEPENDS= xorg-imake>=${XORG_VER}:../../x11/xorg-imake DEPENDS+= xorg-libs>=${XORG_VER}:../../x11/xorg-libs DEPENDS+= xorg-server>=${XORG_VER}:../../x11/xorg-server DEPENDS+= xorg-clients>=${XORG_VER}:../../x11/xorg-clients +DEPENDS+= xterm-[0-9]*:../../x11/xterm DEPENDS+= xorg-fontsEncodings>=${XORG_VER}:../../fonts/xorg-fontsEncodings DEPENDS+= xorg-fonts100dpi>=${XORG_VER}:../../fonts/xorg-fonts100dpi DEPENDS+= xorg-fonts75dpi>=${XORG_VER}:../../fonts/xorg-fonts75dpi |