diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-19 14:59:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-19 14:59:55 +0000 |
commit | c3591209dd6ccfe8e3668bbdb4167d4da5903c28 (patch) | |
tree | 43d1bbb6e38afc30fcf3374f1c0e13efd579277e /meta-pkgs/modular-xorg-apps | |
parent | 9c5ea25fd381b5e33b33b91bed722ed8d9140376 (diff) | |
download | pkgsrc-c3591209dd6ccfe8e3668bbdb4167d4da5903c28.tar.gz |
Add twm as a dependency for modular-xorg-apps. This makes the default
installation of modular-xorg-apps include the basic window manager that
is used by xinit(1) by default.
Bump the version to 1.2.
Diffstat (limited to 'meta-pkgs/modular-xorg-apps')
-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 3cfbcadd2b6..90548a65afa 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/06/10 08:48:43 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/06/19 14:59:55 jlam Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.1 +PKGNAME= modular-xorg-apps-1.2 CATEGORIES= meta-pkgs x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ DISTFILES= # empty @@ -13,6 +13,7 @@ COMMENT= Modular Xorg application meta-package PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= xbiff-[0-9]*:../../mail/xbiff +DEPENDS+= twm-[0-9]*:../../wm/twm DEPENDS+= appres-[0-9]*:../../x11/appres DEPENDS+= beforelight-[0-9]*:../../x11/beforelight DEPENDS+= bitmap-[0-9]*:../../x11/bitmap |