diff options
author | jlam <jlam> | 2007-06-19 14:59:55 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-06-19 14:59:55 +0000 |
commit | 6c5746dc79c396bebabd9a088992f4c748dcd7e5 (patch) | |
tree | 43d1bbb6e38afc30fcf3374f1c0e13efd579277e | |
parent | ff2e924f54c1183905fee3f186a18f9b29485fdd (diff) | |
download | pkgsrc-6c5746dc79c396bebabd9a088992f4c748dcd7e5.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.
-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 |